public static interface ListGatewayInstancesResponse.Builder extends MediaConnectResponse.Builder, SdkPojo, CopyableBuilder<ListGatewayInstancesResponse.Builder,ListGatewayInstancesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGatewayInstancesResponse.Builder |
instances(Collection<ListedGatewayInstance> instances)
A list of instance summaries.
|
ListGatewayInstancesResponse.Builder |
instances(Consumer<ListedGatewayInstance.Builder>... instances)
A list of instance summaries.
|
ListGatewayInstancesResponse.Builder |
instances(ListedGatewayInstance... instances)
A list of instance summaries.
|
ListGatewayInstancesResponse.Builder |
nextToken(String nextToken)
The token that identifies which batch of results that you want to see.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGatewayInstancesResponse.Builder instances(Collection<ListedGatewayInstance> instances)
instances - A list of instance summaries.ListGatewayInstancesResponse.Builder instances(ListedGatewayInstance... instances)
instances - A list of instance summaries.ListGatewayInstancesResponse.Builder instances(Consumer<ListedGatewayInstance.Builder>... instances)
ListedGatewayInstance.Builder avoiding the need to
create one manually via
ListedGatewayInstance.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instances(List.
instances - a consumer that will call methods on
ListedGatewayInstance.Builder#instances(java.util.Collection) ListGatewayInstancesResponse.Builder nextToken(String nextToken)
nextToken - The token that identifies which batch of results that you want to see. For example, you submit a
ListInstances request with MaxResults set at 5. The service returns the first batch of results (up to
5) and a NextToken value. To see the next batch of results, you can submit the ListInstances request a
second time and specify the NextToken value.Copyright © 2023. All rights reserved.