public static interface GetTransitGatewayRegistrationsResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<GetTransitGatewayRegistrationsResponse.Builder,GetTransitGatewayRegistrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetTransitGatewayRegistrationsResponse.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetTransitGatewayRegistrationsResponse.Builder |
transitGatewayRegistrations(Collection<TransitGatewayRegistration> transitGatewayRegistrations)
The transit gateway registrations.
|
GetTransitGatewayRegistrationsResponse.Builder |
transitGatewayRegistrations(Consumer<TransitGatewayRegistration.Builder>... transitGatewayRegistrations)
The transit gateway registrations.
|
GetTransitGatewayRegistrationsResponse.Builder |
transitGatewayRegistrations(TransitGatewayRegistration... transitGatewayRegistrations)
The transit gateway registrations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetTransitGatewayRegistrationsResponse.Builder transitGatewayRegistrations(Collection<TransitGatewayRegistration> transitGatewayRegistrations)
The transit gateway registrations.
transitGatewayRegistrations - The transit gateway registrations.GetTransitGatewayRegistrationsResponse.Builder transitGatewayRegistrations(TransitGatewayRegistration... transitGatewayRegistrations)
The transit gateway registrations.
transitGatewayRegistrations - The transit gateway registrations.GetTransitGatewayRegistrationsResponse.Builder transitGatewayRegistrations(Consumer<TransitGatewayRegistration.Builder>... transitGatewayRegistrations)
The transit gateway registrations.
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 #transitGatewayRegistrations(List) .transitGatewayRegistrations - a consumer that will call methods on List.Builder #transitGatewayRegistrations(List) GetTransitGatewayRegistrationsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2021. All rights reserved.