CopyableBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>
, SdkBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>
public static interface RemoveRoleFromInstanceProfileRequest.Builder extends CopyableBuilder<RemoveRoleFromInstanceProfileRequest.Builder,RemoveRoleFromInstanceProfileRequest>
Modifier and Type | Method | Description |
---|---|---|
RemoveRoleFromInstanceProfileRequest.Builder |
instanceProfileName(String instanceProfileName) |
The name of the instance profile to update.
|
RemoveRoleFromInstanceProfileRequest.Builder |
roleName(String roleName) |
The name of the role to remove.
|
copy
apply, build
RemoveRoleFromInstanceProfileRequest.Builder instanceProfileName(String instanceProfileName)
The name of the instance profile to update.
This parameter allows (per 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 (per 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 (per 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 (per 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: _+=,.@-
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.