Interface ReadIamConnectionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReadIamConnectionMetadata.Builder,
,ReadIamConnectionMetadata> SdkBuilder<ReadIamConnectionMetadata.Builder,
,ReadIamConnectionMetadata> SdkPojo
- Enclosing class:
ReadIamConnectionMetadata
@Mutable
@NotThreadSafe
public static interface ReadIamConnectionMetadata.Builder
extends SdkPojo, CopyableBuilder<ReadIamConnectionMetadata.Builder,ReadIamConnectionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the IAM role to assume for authentication.The Amazon Resource Name (ARN) of the source resource for IAM authentication.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, sdkFieldNameToField, sdkFields
-
Method Details
-
roleArn
The Amazon Resource Name (ARN) of the IAM role to assume for authentication.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role to assume for authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceArn
The Amazon Resource Name (ARN) of the source resource for IAM authentication.
- Parameters:
sourceArn
- The Amazon Resource Name (ARN) of the source resource for IAM authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-