Interface RoleConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoleConfiguration.Builder,,RoleConfiguration> SdkBuilder<RoleConfiguration.Builder,,RoleConfiguration> SdkPojo
- Enclosing class:
RoleConfiguration
public static interface RoleConfiguration.Builder
extends SdkPojo, CopyableBuilder<RoleConfiguration.Builder,RoleConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionsourceRoleArn(String sourceRoleArn) A ARN identifying the source role configuration.targetRoleArn(String targetRoleArn) A ARN identifying the target role configuration.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
-
sourceRoleArn
A ARN identifying the source role configuration.
- Parameters:
sourceRoleArn- A ARN identifying the source role configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetRoleArn
A ARN identifying the target role configuration.
- Parameters:
targetRoleArn- A ARN identifying the target role configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-