Interface DescribeLoaRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>, DirectConnectRequest.Builder, SdkBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeLoaRequest

public static interface DescribeLoaRequest.Builder extends DirectConnectRequest.Builder, SdkPojo, CopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
  • Method Details

    • connectionId

      DescribeLoaRequest.Builder connectionId(String connectionId)

      The ID of a connection, LAG, or interconnect.

      Parameters:
      connectionId - The ID of a connection, LAG, or interconnect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • providerName

      DescribeLoaRequest.Builder providerName(String providerName)

      The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.

      Parameters:
      providerName - The name of the service provider who establishes connectivity on your behalf. If you specify this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • loaContentType

      DescribeLoaRequest.Builder loaContentType(String loaContentType)

      The standard media type for the LOA-CFA document. The only supported value is application/pdf.

      Parameters:
      loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • loaContentType

      DescribeLoaRequest.Builder loaContentType(LoaContentType loaContentType)

      The standard media type for the LOA-CFA document. The only supported value is application/pdf.

      Parameters:
      loaContentType - The standard media type for the LOA-CFA document. The only supported value is application/pdf.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      DescribeLoaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.