public static interface RemoveRoleFromInstanceProfileRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>
Modifier and Type | Method and Description |
---|---|
RemoveRoleFromInstanceProfileRequest.Builder |
instanceProfileName(String instanceProfileName)
The name of the instance profile to update.
|
RemoveRoleFromInstanceProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RemoveRoleFromInstanceProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RemoveRoleFromInstanceProfileRequest.Builder |
roleName(String roleName)
The name of the role to remove.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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: _+=,.@-
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: _+=,.@-
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: _+=,.@-
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: _+=,.@-
RemoveRoleFromInstanceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
RemoveRoleFromInstanceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2019. All rights reserved.