public static interface DescribeCustomerMetadataResponse.Builder extends DirectConnectResponse.Builder, SdkPojo, CopyableBuilder<DescribeCustomerMetadataResponse.Builder,DescribeCustomerMetadataResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomerMetadataResponse.Builder |
agreements(Collection<CustomerAgreement> agreements)
The list of customer agreements.
|
DescribeCustomerMetadataResponse.Builder |
agreements(Consumer<CustomerAgreement.Builder>... agreements)
The list of customer agreements.
|
DescribeCustomerMetadataResponse.Builder |
agreements(CustomerAgreement... agreements)
The list of customer agreements.
|
DescribeCustomerMetadataResponse.Builder |
nniPartnerType(NniPartnerType nniPartnerType)
The type of network-to-network interface (NNI) partner.
|
DescribeCustomerMetadataResponse.Builder |
nniPartnerType(String nniPartnerType)
The type of network-to-network interface (NNI) partner.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeCustomerMetadataResponse.Builder agreements(Collection<CustomerAgreement> agreements)
The list of customer agreements.
agreements - The list of customer agreements.DescribeCustomerMetadataResponse.Builder agreements(CustomerAgreement... agreements)
The list of customer agreements.
agreements - The list of customer agreements.DescribeCustomerMetadataResponse.Builder agreements(Consumer<CustomerAgreement.Builder>... agreements)
The list of customer agreements.
This is a convenience method that creates an instance of theCustomerAgreement.Builder avoiding the need to
create one manually via
CustomerAgreement.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #agreements(List.
agreements - a consumer that will call methods on
CustomerAgreement.Builder#agreements(java.util.Collection) DescribeCustomerMetadataResponse.Builder nniPartnerType(String nniPartnerType)
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
nniPartnerType - The type of network-to-network interface (NNI) partner. The partner type will be one of the
following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
NniPartnerType,
NniPartnerTypeDescribeCustomerMetadataResponse.Builder nniPartnerType(NniPartnerType nniPartnerType)
The type of network-to-network interface (NNI) partner. The partner type will be one of the following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
nniPartnerType - The type of network-to-network interface (NNI) partner. The partner type will be one of the
following:
V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.
V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.
nonPartner: The customer is not a partner.
NniPartnerType,
NniPartnerTypeCopyright © 2022. All rights reserved.