public static interface RegisterTransitGatewayResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<RegisterTransitGatewayResponse.Builder,RegisterTransitGatewayResponse>
| Modifier and Type | Method and Description |
|---|---|
default RegisterTransitGatewayResponse.Builder |
transitGatewayRegistration(Consumer<TransitGatewayRegistration.Builder> transitGatewayRegistration)
Information about the transit gateway registration.
|
RegisterTransitGatewayResponse.Builder |
transitGatewayRegistration(TransitGatewayRegistration transitGatewayRegistration)
Information about the transit gateway registration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterTransitGatewayResponse.Builder transitGatewayRegistration(TransitGatewayRegistration transitGatewayRegistration)
Information about the transit gateway registration.
transitGatewayRegistration - Information about the transit gateway registration.default RegisterTransitGatewayResponse.Builder transitGatewayRegistration(Consumer<TransitGatewayRegistration.Builder> transitGatewayRegistration)
Information about the transit gateway registration.
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 transitGatewayRegistration(TransitGatewayRegistration).
transitGatewayRegistration - a consumer that will call methods on TransitGatewayRegistration.BuildertransitGatewayRegistration(TransitGatewayRegistration)Copyright © 2022. All rights reserved.