Interface GetRoleTemplateVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRoleTemplateVersionRequest.Builder,,GetRoleTemplateVersionRequest> IamRequest.Builder,SdkBuilder<GetRoleTemplateVersionRequest.Builder,,GetRoleTemplateVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetRoleTemplateVersionRequest
@Mutable
@NotThreadSafe
public static interface GetRoleTemplateVersionRequest.Builder
extends IamRequest.Builder, SdkPojo, CopyableBuilder<GetRoleTemplateVersionRequest.Builder,GetRoleTemplateVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionminorVersion(Integer minorVersion) The minor version of the role template to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.templateArn(String templateArn) The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
buildMethods 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 whose version you want to retrieve.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
- Parameters:
templateArn- The Amazon Resource Name (ARN) of the role template whose version you want to retrieve.For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minorVersion
The minor version of the role template to retrieve. If you do not specify a minor version, the service returns the template's default minor version.
- Parameters:
minorVersion- The minor version of the role template to retrieve. If you do not specify a minor version, the service returns the template's default minor version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRoleTemplateVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetRoleTemplateVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-