static ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.builder() |
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(Collection<InstanceProfile> instanceProfiles) |
A list of instance profiles.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(Consumer<InstanceProfile.Builder>... instanceProfiles) |
A list of instance profiles.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(InstanceProfile... instanceProfiles) |
A list of instance profiles.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.isTruncated(Boolean isTruncated) |
A flag that indicates whether there are more items to return.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.marker(String marker) |
When IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.toBuilder() |
|