Interface CreateTrustStoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<CreateTrustStoreResponse.Builder,,CreateTrustStoreResponse> SdkBuilder<CreateTrustStoreResponse.Builder,,CreateTrustStoreResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateTrustStoreResponse
@Mutable
@NotThreadSafe
public static interface CreateTrustStoreResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateTrustStoreResponse.Builder,CreateTrustStoreResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe version identifier for the current version of the trust store.default CreateTrustStoreResponse.BuildertrustStore(Consumer<TrustStore.Builder> trustStore) The trust store.trustStore(TrustStore trustStore) The trust store.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
trustStore
The trust store.
- Parameters:
trustStore- The trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
trustStore
The trust store.
This is a convenience method that creates an instance of theTrustStore.Builderavoiding the need to create one manually viaTrustStore.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totrustStore(TrustStore).- Parameters:
trustStore- a consumer that will call methods onTrustStore.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The version identifier for the current version of the trust store.
- Parameters:
eTag- The version identifier for the current version of the trust store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-