Interface TrustStoreAssociation.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TrustStoreAssociation.Builder,,TrustStoreAssociation> SdkBuilder<TrustStoreAssociation.Builder,,TrustStoreAssociation> SdkPojo
- Enclosing class:
 TrustStoreAssociation
public static interface TrustStoreAssociation.Builder
extends SdkPojo, CopyableBuilder<TrustStoreAssociation.Builder,TrustStoreAssociation> 
- 
Method Summary
Modifier and TypeMethodDescriptionresourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource.Methods 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, sdkFields 
- 
Method Details
- 
resourceArn
The Amazon Resource Name (ARN) of the resource.
- Parameters:
 resourceArn- The Amazon Resource Name (ARN) of the resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -