public static interface ListInstanceProfilesResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<ListInstanceProfilesResponse.Builder,ListInstanceProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfilesResponse.Builder |
instanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object that contains information about your instance profiles.
|
ListInstanceProfilesResponse.Builder |
instanceProfiles(Consumer<InstanceProfile.Builder>... instanceProfiles)
An object that contains information about your instance profiles.
|
ListInstanceProfilesResponse.Builder |
instanceProfiles(InstanceProfile... instanceProfiles)
An object that contains information about your instance profiles.
|
ListInstanceProfilesResponse.Builder |
nextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the
list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInstanceProfilesResponse.Builder instanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object that contains information about your instance profiles.
instanceProfiles - An object that contains information about your instance profiles.ListInstanceProfilesResponse.Builder instanceProfiles(InstanceProfile... instanceProfiles)
An object that contains information about your instance profiles.
instanceProfiles - An object that contains information about your instance profiles.ListInstanceProfilesResponse.Builder instanceProfiles(Consumer<InstanceProfile.Builder>... instanceProfiles)
An object that contains information about your instance profiles.
This is a convenience method that creates an instance of theInstanceProfile.Builder avoiding the need to create
one manually via InstanceProfile.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instanceProfiles(List.
instanceProfiles - a consumer that will call methods on
InstanceProfile.Builder#instanceProfiles(java.util.Collection) ListInstanceProfilesResponse.Builder nextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the list.
nextToken - An identifier that can be used in the next call to this operation to return the next set of items in
the list.Copyright © 2022. All rights reserved.