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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLoaRequest.BuilderconnectionId(String connectionId)The ID of a connection, LAG, or interconnect.DescribeLoaRequest.BuilderloaContentType(String loaContentType)The standard media type for the LOA-CFA document.DescribeLoaRequest.BuilderloaContentType(LoaContentType loaContentType)The standard media type for the LOA-CFA document.DescribeLoaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeLoaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeLoaRequest.BuilderproviderName(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 Detail
-
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,LoaContentType
-
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:
LoaContentType,LoaContentType
-
overrideConfiguration
DescribeLoaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeLoaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-