Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeLoaRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
Container for the parameters to the DescribeLoa operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeLoaRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeLoaRequest.Builder |
builder() |
|
String |
connectionId() |
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
loaContentType() |
A standard media type indicating the content type of the LOA-CFA document.
|
String |
providerName() |
The name of the service provider who establishes connectivity on your behalf.
|
static Class<? extends DescribeLoaRequest.Builder> |
serializableBuilderClass() |
|
DescribeLoaRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String connectionId()
The ID of a connection, LAG, or interconnect for which to get the LOA-CFA information.
Example: dxcon-abc123 or dxlag-abc123
Default: None
Example: dxcon-abc123 or dxlag-abc123
Default: None
public String providerName()
The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.
Default: None
Default: None
public String loaContentType()
A standard media type indicating the content type of the LOA-CFA document. Currently, the only supported value is "application/pdf".
Default: application/pdf
Default: application/pdf
LoaContentType
public DescribeLoaRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeLoaRequest.Builder,DescribeLoaRequest>
public static DescribeLoaRequest.Builder builder()
public static Class<? extends DescribeLoaRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.