public static interface GetServiceNetworkServiceAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetServiceNetworkServiceAssociationResponse.Builder,GetServiceNetworkServiceAssociationResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceNetworkServiceAssociationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.GetServiceNetworkServiceAssociationResponse.Builder createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
createdAt - The date and time that the association was created, specified in ISO-8601 format.GetServiceNetworkServiceAssociationResponse.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.GetServiceNetworkServiceAssociationResponse.Builder customDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.GetServiceNetworkServiceAssociationResponse.Builder dnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
dnsEntry - The DNS name of the service.default GetServiceNetworkServiceAssociationResponse.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)GetServiceNetworkServiceAssociationResponse.Builder failureCode(String failureCode)
The failure code.
failureCode - The failure code.GetServiceNetworkServiceAssociationResponse.Builder failureMessage(String failureMessage)
The failure message.
failureMessage - The failure message.GetServiceNetworkServiceAssociationResponse.Builder id(String id)
The ID of the service network and service association.
id - The ID of the service network and service association.GetServiceNetworkServiceAssociationResponse.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
serviceArn - The Amazon Resource Name (ARN) of the service.GetServiceNetworkServiceAssociationResponse.Builder serviceId(String serviceId)
The ID of the service.
serviceId - The ID of the service.GetServiceNetworkServiceAssociationResponse.Builder serviceName(String serviceName)
The name of the service.
serviceName - The name of the service.GetServiceNetworkServiceAssociationResponse.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
serviceNetworkArn - The Amazon Resource Name (ARN) of the service network.GetServiceNetworkServiceAssociationResponse.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
serviceNetworkId - The ID of the service network.GetServiceNetworkServiceAssociationResponse.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName - The name of the service network.GetServiceNetworkServiceAssociationResponse.Builder status(String status)
The status of the association.
status - The status of the association.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusGetServiceNetworkServiceAssociationResponse.Builder status(ServiceNetworkServiceAssociationStatus status)
The status of the association.
status - The status of the association.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusCopyright © 2023. All rights reserved.