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 Summary
Modifier and TypeMethodDescriptionconnectionId
(String connectionId) The ID of a connection, LAG, or interconnect.loaContentType
(String loaContentType) The standard media type for the LOA-CFA document.loaContentType
(LoaContentType loaContentType) The standard media type for the LOA-CFA document.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.providerName
(String providerName) The name of the service provider who establishes connectivity on your behalf.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.directconnect.model.DirectConnectRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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 interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeLoaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-