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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoleConfiguration.BuildersourceRoleArn(String sourceRoleArn)A ARN identifying the source role configuration.RoleConfiguration.BuildertargetRoleArn(String targetRoleArn)A ARN identifying the target role configuration.-
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 Detail
-
sourceRoleArn
RoleConfiguration.Builder sourceRoleArn(String 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
RoleConfiguration.Builder targetRoleArn(String 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.
-
-