Interface IAMConnectionMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IAMConnectionMetadata.Builder,
,IAMConnectionMetadata> SdkBuilder<IAMConnectionMetadata.Builder,
,IAMConnectionMetadata> SdkPojo
- Enclosing class:
IAMConnectionMetadata
@Mutable
@NotThreadSafe
public static interface IAMConnectionMetadata.Builder
extends SdkPojo, CopyableBuilder<IAMConnectionMetadata.Builder,IAMConnectionMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the IAM role to assume for authentication with Amazon Web Services services.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 with Amazon Web Services services. This IAM role should be in the same account as Quick Sight.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role to assume for authentication with Amazon Web Services services. This IAM role should be in the same account as Quick Sight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-