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 method that creates an instance of theTransitGatewayRegistration.Builder avoiding the
need to create one manually via
TransitGatewayRegistration.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #transitGatewayRegistrations(List.
transitGatewayRegistrations - a consumer that will call methods on
TransitGatewayRegistration.Builder#transitGatewayRegistrations(java.util.Collection) GetTransitGatewayRegistrationsResponse.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.Copyright © 2022. All rights reserved.