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 containing information about your instance profiles.
|
ListInstanceProfilesResponse.Builder |
instanceProfiles(Consumer<InstanceProfile.Builder>... instanceProfiles)
An object containing information about your instance profiles.
|
ListInstanceProfilesResponse.Builder |
instanceProfiles(InstanceProfile... instanceProfiles)
An object containing 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListInstanceProfilesResponse.Builder instanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object containing information about your instance profiles.
instanceProfiles
- An object containing information about your instance profiles.ListInstanceProfilesResponse.Builder instanceProfiles(InstanceProfile... instanceProfiles)
An object containing information about your instance profiles.
instanceProfiles
- An object containing information about your instance profiles.ListInstanceProfilesResponse.Builder instanceProfiles(Consumer<InstanceProfile.Builder>... instanceProfiles)
An object containing information about your instance profiles.
This is a convenience that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #instanceProfiles(List)
.instanceProfiles
- a consumer that will call methods on List.Builder
#instanceProfiles(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.