public static interface CreateServiceNetworkServiceAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkServiceAssociationResponse.Builder,CreateServiceNetworkServiceAssociationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceNetworkServiceAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.CreateServiceNetworkServiceAssociationResponse.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.CreateServiceNetworkServiceAssociationResponse.Builder customDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.CreateServiceNetworkServiceAssociationResponse.Builder dnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
dnsEntry - The DNS name of the service.default CreateServiceNetworkServiceAssociationResponse.Builder dnsEntry(Consumer<DnsEntry.Builder> dnsEntry)
The DNS name of the service.
This is a convenience method that creates an instance of theDnsEntry.Builder avoiding the need to
create one manually via DnsEntry.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to dnsEntry(DnsEntry).
dnsEntry - a consumer that will call methods on DnsEntry.BuilderdnsEntry(DnsEntry)CreateServiceNetworkServiceAssociationResponse.Builder id(String id)
The ID of the association.
id - The ID of the association.CreateServiceNetworkServiceAssociationResponse.Builder status(String status)
The operation's status.
status - The operation's status.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusCreateServiceNetworkServiceAssociationResponse.Builder status(ServiceNetworkServiceAssociationStatus status)
The operation's status.
status - The operation's status.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusCopyright © 2023. All rights reserved.