Interface ModifyTrustStoreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyTrustStoreRequest.Builder,,ModifyTrustStoreRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<ModifyTrustStoreRequest.Builder,,ModifyTrustStoreRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- ModifyTrustStoreRequest
@Mutable
@NotThreadSafe
public static interface ModifyTrustStoreRequest.Builder
extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<ModifyTrustStoreRequest.Builder,ModifyTrustStoreRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncaCertificatesBundleS3Bucket(String caCertificatesBundleS3Bucket) The Amazon S3 bucket for the ca certificates bundle.caCertificatesBundleS3Key(String caCertificatesBundleS3Key) The Amazon S3 path for the ca certificates bundle.caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) The Amazon S3 object version for the ca certificates bundle.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) trustStoreArn(String trustStoreArn) The Amazon Resource Name (ARN) of the trust store.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
trustStoreArn
The Amazon Resource Name (ARN) of the trust store.
- Parameters:
trustStoreArn- The Amazon Resource Name (ARN) of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caCertificatesBundleS3Bucket
The Amazon S3 bucket for the ca certificates bundle.
- Parameters:
caCertificatesBundleS3Bucket- The Amazon S3 bucket for the ca certificates bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caCertificatesBundleS3Key
The Amazon S3 path for the ca certificates bundle.
- Parameters:
caCertificatesBundleS3Key- The Amazon S3 path for the ca certificates bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caCertificatesBundleS3ObjectVersion
ModifyTrustStoreRequest.Builder caCertificatesBundleS3ObjectVersion(String caCertificatesBundleS3ObjectVersion) The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
- Parameters:
caCertificatesBundleS3ObjectVersion- The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ModifyTrustStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ModifyTrustStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-