Interface RemoveRoleFromInstanceProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>,IamRequest.Builder,SdkBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RemoveRoleFromInstanceProfileRequest
@Mutable @NotThreadSafe public static interface RemoveRoleFromInstanceProfileRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoveRoleFromInstanceProfileRequest.BuilderinstanceProfileName(String instanceProfileName)The name of the instance profile to update.RemoveRoleFromInstanceProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveRoleFromInstanceProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveRoleFromInstanceProfileRequest.BuilderroleName(String roleName)The name of the role to remove.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
instanceProfileName
RemoveRoleFromInstanceProfileRequest.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
RemoveRoleFromInstanceProfileRequest.Builder roleName(String roleName)
The name of the role to remove.
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 remove.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
RemoveRoleFromInstanceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RemoveRoleFromInstanceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-