Interface CreateTrustStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateTrustStoreRequest.Builder,CreateTrustStoreRequest>
,ElasticLoadBalancingV2Request.Builder
,SdkBuilder<CreateTrustStoreRequest.Builder,CreateTrustStoreRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateTrustStoreRequest
public static interface CreateTrustStoreRequest.Builder extends ElasticLoadBalancingV2Request.Builder, SdkPojo, CopyableBuilder<CreateTrustStoreRequest.Builder,CreateTrustStoreRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
CreateTrustStoreRequest.Builder name(String name)
The name of the trust store.
This name must be unique per region and can't be changed after creation.
- Parameters:
name
- The name of the trust store.This name must be unique per region and can't be changed after creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caCertificatesBundleS3Bucket
CreateTrustStoreRequest.Builder caCertificatesBundleS3Bucket(String 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
CreateTrustStoreRequest.Builder caCertificatesBundleS3Key(String 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
CreateTrustStoreRequest.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.
-
tags
CreateTrustStoreRequest.Builder tags(Collection<Tag> tags)
The tags to assign to the trust store.
- Parameters:
tags
- The tags to assign to the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateTrustStoreRequest.Builder tags(Tag... tags)
The tags to assign to the trust store.
- Parameters:
tags
- The tags to assign to the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateTrustStoreRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags to assign to the trust store.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#tags(List
.) - Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection
)
-
overrideConfiguration
CreateTrustStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTrustStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-