CopyableBuilder<DeleteInstanceProfileRequest.Builder,DeleteInstanceProfileRequest>
, SdkBuilder<DeleteInstanceProfileRequest.Builder,DeleteInstanceProfileRequest>
public static interface DeleteInstanceProfileRequest.Builder extends CopyableBuilder<DeleteInstanceProfileRequest.Builder,DeleteInstanceProfileRequest>
Modifier and Type | Method | Description |
---|---|---|
DeleteInstanceProfileRequest.Builder |
instanceProfileName(String instanceProfileName) |
The name of the instance profile to delete.
|
copy
apply, build
DeleteInstanceProfileRequest.Builder instanceProfileName(String instanceProfileName)
The name of the instance profile to delete.
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 delete.
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.