Interface AddRoleToInstanceProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AddRoleToInstanceProfileRequest.Builder,AddRoleToInstanceProfileRequest>
,IamRequest.Builder
,SdkBuilder<AddRoleToInstanceProfileRequest.Builder,AddRoleToInstanceProfileRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- AddRoleToInstanceProfileRequest
public static interface AddRoleToInstanceProfileRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<AddRoleToInstanceProfileRequest.Builder,AddRoleToInstanceProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddRoleToInstanceProfileRequest.Builder
instanceProfileName(String instanceProfileName)
The name of the instance profile to update.AddRoleToInstanceProfileRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AddRoleToInstanceProfileRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AddRoleToInstanceProfileRequest.Builder
roleName(String roleName)
The name of the role to add.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iam.model.IamRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceProfileName
AddRoleToInstanceProfileRequest.Builder instanceProfileName(String instanceProfileName)
The name of the instance profile to update.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Parameters:
instanceProfileName
- The name of the instance profile to update.This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleName
AddRoleToInstanceProfileRequest.Builder roleName(String roleName)
The name of the role to add.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Parameters:
roleName
- The name of the role to add.This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AddRoleToInstanceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
AddRoleToInstanceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-