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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrustStoreAssociation.Builder
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
resourceArn
TrustStoreAssociation.Builder resourceArn(String 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.
-
-