Interface CrossAccountConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CrossAccountConfiguration.Builder,
,CrossAccountConfiguration> SdkBuilder<CrossAccountConfiguration.Builder,
,CrossAccountConfiguration> SdkPojo
- Enclosing class:
CrossAccountConfiguration
@Mutable
@NotThreadSafe
public static interface CrossAccountConfiguration.Builder
extends SdkPojo, CopyableBuilder<CrossAccountConfiguration.Builder,CrossAccountConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsourceRoleArn
(String sourceRoleArn) The ARN of an existing role which will be used to do investigations on your behalf.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
-
sourceRoleArn
The ARN of an existing role which will be used to do investigations on your behalf.
- Parameters:
sourceRoleArn
- The ARN of an existing role which will be used to do investigations on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-