Interface CreateTrustStoreResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateTrustStoreResponse.Builder,,CreateTrustStoreResponse> ElasticLoadBalancingV2Response.Builder,SdkBuilder<CreateTrustStoreResponse.Builder,,CreateTrustStoreResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateTrustStoreResponse
public static interface CreateTrustStoreResponse.Builder
extends ElasticLoadBalancingV2Response.Builder, SdkPojo, CopyableBuilder<CreateTrustStoreResponse.Builder,CreateTrustStoreResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiontrustStores(Collection<TrustStore> trustStores) Information about the trust store created.trustStores(Consumer<TrustStore.Builder>... trustStores) Information about the trust store created.trustStores(TrustStore... trustStores) Information about the trust store created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticloadbalancingv2.model.ElasticLoadBalancingV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
trustStores
Information about the trust store created.
- Parameters:
 trustStores- Information about the trust store created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
trustStores
Information about the trust store created.
- Parameters:
 trustStores- Information about the trust store created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
trustStores
Information about the trust store created.
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 totrustStores(List<TrustStore>).- Parameters:
 trustStores- 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:
 
 
 -