Interface ModifyTrustStoreRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ModifyTrustStoreRequest.Builder,,ModifyTrustStoreRequest> ElasticLoadBalancingV2Request.Builder,SdkBuilder<ModifyTrustStoreRequest.Builder,,ModifyTrustStoreRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ModifyTrustStoreRequest
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) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, 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) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyTrustStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-