Interface SourceRoleTemplate.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceRoleTemplate.Builder,,SourceRoleTemplate> SdkBuilder<SourceRoleTemplate.Builder,,SourceRoleTemplate> SdkPojo
- Enclosing class:
SourceRoleTemplate
@Mutable
@NotThreadSafe
public static interface SourceRoleTemplate.Builder
extends SdkPojo, CopyableBuilder<SourceRoleTemplate.Builder,SourceRoleTemplate>
-
Method Summary
Modifier and TypeMethodDescriptiontemplateArn(String templateArn) The Amazon Resource Name (ARN) of the role template that the role was created from.templateMinorVersion(Integer templateMinorVersion) The minor version of the role template that was used to create the role.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
-
templateArn
The Amazon Resource Name (ARN) of the role template that the role was created from.
- Parameters:
templateArn- The Amazon Resource Name (ARN) of the role template that the role was created from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateMinorVersion
The minor version of the role template that was used to create the role.
- Parameters:
templateMinorVersion- The minor version of the role template that was used to create the role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-