public static interface AddRoleToInstanceProfileRequest.Builder extends IamRequest.Builder, SdkPojo, CopyableBuilder<AddRoleToInstanceProfileRequest.Builder,AddRoleToInstanceProfileRequest>
| Modifier and Type | Method and Description |
|---|---|
AddRoleToInstanceProfileRequest.Builder |
instanceProfileName(String instanceProfileName)
The name of the instance profile to update.
|
AddRoleToInstanceProfileRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AddRoleToInstanceProfileRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddRoleToInstanceProfileRequest.Builder |
roleName(String roleName)
The name of the role to add.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildAddRoleToInstanceProfileRequest.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: _+=,.@-
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: _+=,.@-
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: _+=,.@-
AddRoleToInstanceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddRoleToInstanceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.