| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.associatedGateway(AssociatedGateway associatedGateway)
Information about the associated gateway.
|
default DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.associatedGateway(Consumer<AssociatedGateway.Builder> associatedGateway)
Information about the associated gateway.
|
static DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.builder() |
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.directConnectGatewayId(String directConnectGatewayId)
The ID of the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.directConnectGatewayOwnerAccount(String directConnectGatewayOwnerAccount)
The ID of the Amazon Web Services account that owns the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.existingAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> existingAllowedPrefixesToDirectConnectGateway)
The existing Amazon VPC prefixes advertised to the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.existingAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... existingAllowedPrefixesToDirectConnectGateway)
The existing Amazon VPC prefixes advertised to the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.existingAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... existingAllowedPrefixesToDirectConnectGateway)
The existing Amazon VPC prefixes advertised to the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.proposalId(String proposalId)
The ID of the association proposal.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.proposalState(DirectConnectGatewayAssociationProposalState proposalState)
The state of the proposal.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.proposalState(String proposalState)
The state of the proposal.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.requestedAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> requestedAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.requestedAllowedPrefixesToDirectConnectGateway(Consumer<RouteFilterPrefix.Builder>... requestedAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.Builder.requestedAllowedPrefixesToDirectConnectGateway(RouteFilterPrefix... requestedAllowedPrefixesToDirectConnectGateway)
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
|
DirectConnectGatewayAssociationProposal.Builder |
DirectConnectGatewayAssociationProposal.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DirectConnectGatewayAssociationProposal.Builder> |
DirectConnectGatewayAssociationProposal.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDirectConnectGatewayAssociationProposalResponse.Builder |
CreateDirectConnectGatewayAssociationProposalResponse.Builder.directConnectGatewayAssociationProposal(Consumer<DirectConnectGatewayAssociationProposal.Builder> directConnectGatewayAssociationProposal)
Information about the Direct Connect gateway proposal.
|
default DeleteDirectConnectGatewayAssociationProposalResponse.Builder |
DeleteDirectConnectGatewayAssociationProposalResponse.Builder.directConnectGatewayAssociationProposal(Consumer<DirectConnectGatewayAssociationProposal.Builder> directConnectGatewayAssociationProposal)
The ID of the associated gateway.
|
Copyright © 2022. All rights reserved.