CopyableBuilder<GetInstanceProfileRequest.Builder,GetInstanceProfileRequest>, SdkBuilder<GetInstanceProfileRequest.Builder,GetInstanceProfileRequest>public static interface GetInstanceProfileRequest.Builder extends CopyableBuilder<GetInstanceProfileRequest.Builder,GetInstanceProfileRequest>
| Modifier and Type | Method | Description |
|---|---|---|
GetInstanceProfileRequest.Builder |
instanceProfileName(String instanceProfileName) |
The name of the instance profile to get information about.
|
copyapply, buildGetInstanceProfileRequest.Builder instanceProfileName(String instanceProfileName)
The name of the instance profile to get information about.
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 get information about.
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.