public static interface CreateGatewayRequest.Builder extends MediaConnectRequest.Builder, SdkPojo, CopyableBuilder<CreateGatewayRequest.Builder,CreateGatewayRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRequest.Builder |
egressCidrBlocks(Collection<String> egressCidrBlocks)
The range of IP addresses that are allowed to contribute content or initiate output requests for flows
communicating with this gateway.
|
CreateGatewayRequest.Builder |
egressCidrBlocks(String... egressCidrBlocks)
The range of IP addresses that are allowed to contribute content or initiate output requests for flows
communicating with this gateway.
|
CreateGatewayRequest.Builder |
name(String name)
The name of the gateway.
|
CreateGatewayRequest.Builder |
networks(Collection<GatewayNetwork> networks)
The list of networks that you want to add.
|
CreateGatewayRequest.Builder |
networks(Consumer<GatewayNetwork.Builder>... networks)
The list of networks that you want to add.
|
CreateGatewayRequest.Builder |
networks(GatewayNetwork... networks)
The list of networks that you want to add.
|
CreateGatewayRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGatewayRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGatewayRequest.Builder egressCidrBlocks(Collection<String> egressCidrBlocks)
egressCidrBlocks - The range of IP addresses that are allowed to contribute content or initiate output requests for flows
communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain
Routing (CIDR) block; for example, 10.0.0.0/16.CreateGatewayRequest.Builder egressCidrBlocks(String... egressCidrBlocks)
egressCidrBlocks - The range of IP addresses that are allowed to contribute content or initiate output requests for flows
communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain
Routing (CIDR) block; for example, 10.0.0.0/16.CreateGatewayRequest.Builder name(String name)
name - The name of the gateway. This name can not be modified after the gateway is created.CreateGatewayRequest.Builder networks(Collection<GatewayNetwork> networks)
networks - The list of networks that you want to add.CreateGatewayRequest.Builder networks(GatewayNetwork... networks)
networks - The list of networks that you want to add.CreateGatewayRequest.Builder networks(Consumer<GatewayNetwork.Builder>... networks)
GatewayNetwork.Builder avoiding the need to create
one manually via GatewayNetwork.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networks(List.
networks - a consumer that will call methods on
GatewayNetwork.Builder#networks(java.util.Collection) CreateGatewayRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGatewayRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.