JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.directconnect.model

Class CreateDirectConnectGatewayAssociationProposalRequest

    • Constructor Detail

      • CreateDirectConnectGatewayAssociationProposalRequest

        public CreateDirectConnectGatewayAssociationProposalRequest()
    • Method Detail

      • setDirectConnectGatewayId

        public void setDirectConnectGatewayId(String directConnectGatewayId)

        The ID of the Direct Connect gateway.

        Parameters:
        directConnectGatewayId - The ID of the Direct Connect gateway.
      • getDirectConnectGatewayId

        public String getDirectConnectGatewayId()

        The ID of the Direct Connect gateway.

        Returns:
        The ID of the Direct Connect gateway.
      • withDirectConnectGatewayId

        public CreateDirectConnectGatewayAssociationProposalRequest withDirectConnectGatewayId(String directConnectGatewayId)

        The ID of the Direct Connect gateway.

        Parameters:
        directConnectGatewayId - The ID of the Direct Connect gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDirectConnectGatewayOwnerAccount

        public void setDirectConnectGatewayOwnerAccount(String directConnectGatewayOwnerAccount)

        The ID of the Amazon Web Services account that owns the Direct Connect gateway.

        Parameters:
        directConnectGatewayOwnerAccount - The ID of the Amazon Web Services account that owns the Direct Connect gateway.
      • getDirectConnectGatewayOwnerAccount

        public String getDirectConnectGatewayOwnerAccount()

        The ID of the Amazon Web Services account that owns the Direct Connect gateway.

        Returns:
        The ID of the Amazon Web Services account that owns the Direct Connect gateway.
      • withDirectConnectGatewayOwnerAccount

        public CreateDirectConnectGatewayAssociationProposalRequest withDirectConnectGatewayOwnerAccount(String directConnectGatewayOwnerAccount)

        The ID of the Amazon Web Services account that owns the Direct Connect gateway.

        Parameters:
        directConnectGatewayOwnerAccount - The ID of the Amazon Web Services account that owns the Direct Connect gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setGatewayId

        public void setGatewayId(String gatewayId)

        The ID of the virtual private gateway or transit gateway.

        Parameters:
        gatewayId - The ID of the virtual private gateway or transit gateway.
      • getGatewayId

        public String getGatewayId()

        The ID of the virtual private gateway or transit gateway.

        Returns:
        The ID of the virtual private gateway or transit gateway.
      • withGatewayId

        public CreateDirectConnectGatewayAssociationProposalRequest withGatewayId(String gatewayId)

        The ID of the virtual private gateway or transit gateway.

        Parameters:
        gatewayId - The ID of the virtual private gateway or transit gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getAddAllowedPrefixesToDirectConnectGateway

        public List<RouteFilterPrefix> getAddAllowedPrefixesToDirectConnectGateway()

        The Amazon VPC prefixes to advertise to the Direct Connect gateway.

        Returns:
        The Amazon VPC prefixes to advertise to the Direct Connect gateway.
      • setAddAllowedPrefixesToDirectConnectGateway

        public void setAddAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)

        The Amazon VPC prefixes to advertise to the Direct Connect gateway.

        Parameters:
        addAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to advertise to the Direct Connect gateway.
      • withAddAllowedPrefixesToDirectConnectGateway

        public CreateDirectConnectGatewayAssociationProposalRequest withAddAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> addAllowedPrefixesToDirectConnectGateway)

        The Amazon VPC prefixes to advertise to the Direct Connect gateway.

        Parameters:
        addAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to advertise to the Direct Connect gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRemoveAllowedPrefixesToDirectConnectGateway

        public List<RouteFilterPrefix> getRemoveAllowedPrefixesToDirectConnectGateway()

        The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

        Returns:
        The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
      • setRemoveAllowedPrefixesToDirectConnectGateway

        public void setRemoveAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)

        The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

        Parameters:
        removeAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
      • withRemoveAllowedPrefixesToDirectConnectGateway

        public CreateDirectConnectGatewayAssociationProposalRequest withRemoveAllowedPrefixesToDirectConnectGateway(Collection<RouteFilterPrefix> removeAllowedPrefixesToDirectConnectGateway)

        The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.

        Parameters:
        removeAllowedPrefixesToDirectConnectGateway - The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /