Interface UpdateDirectConnectGatewayAttachmentRequest.Builder

    • Method Detail

      • attachmentId

        UpdateDirectConnectGatewayAttachmentRequest.Builder attachmentId​(String attachmentId)

        The ID of the Direct Connect gateway attachment for the updated edge locations.

        Parameters:
        attachmentId - The ID of the Direct Connect gateway attachment for the updated edge locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeLocations

        UpdateDirectConnectGatewayAttachmentRequest.Builder edgeLocations​(Collection<String> edgeLocations)

        One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.

        Parameters:
        edgeLocations - One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • edgeLocations

        UpdateDirectConnectGatewayAttachmentRequest.Builder edgeLocations​(String... edgeLocations)

        One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.

        Parameters:
        edgeLocations - One or more edge locations to update for the Direct Connect gateway attachment. The updated array of edge locations overwrites the previous array of locations. EdgeLocations is only used for Direct Connect gateway attachments.
        Returns:
        Returns a reference to this object so that method calls can be chained together.