public static interface ModifyTransitGatewayPrefixListReferenceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ModifyTransitGatewayPrefixListReferenceResponse.Builder,ModifyTransitGatewayPrefixListReferenceResponse>
Modifier and Type | Method and Description |
---|---|
default ModifyTransitGatewayPrefixListReferenceResponse.Builder |
transitGatewayPrefixListReference(Consumer<TransitGatewayPrefixListReference.Builder> transitGatewayPrefixListReference)
Information about the prefix list reference.
|
ModifyTransitGatewayPrefixListReferenceResponse.Builder |
transitGatewayPrefixListReference(TransitGatewayPrefixListReference transitGatewayPrefixListReference)
Information about the prefix list reference.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyTransitGatewayPrefixListReferenceResponse.Builder transitGatewayPrefixListReference(TransitGatewayPrefixListReference transitGatewayPrefixListReference)
Information about the prefix list reference.
transitGatewayPrefixListReference
- Information about the prefix list reference.default ModifyTransitGatewayPrefixListReferenceResponse.Builder transitGatewayPrefixListReference(Consumer<TransitGatewayPrefixListReference.Builder> transitGatewayPrefixListReference)
Information about the prefix list reference.
This is a convenience method that creates an instance of theTransitGatewayPrefixListReference.Builder
avoiding the need to create one manually via
TransitGatewayPrefixListReference.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
transitGatewayPrefixListReference(TransitGatewayPrefixListReference)
.
transitGatewayPrefixListReference
- a consumer that will call methods on TransitGatewayPrefixListReference.Builder
transitGatewayPrefixListReference(TransitGatewayPrefixListReference)
Copyright © 2023. All rights reserved.