public static interface ServiceNetworkServiceAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ServiceNetworkServiceAssociationSummary.Builder,ServiceNetworkServiceAssociationSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceNetworkServiceAssociationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
arn - The Amazon Resource Name (ARN) of the association.ServiceNetworkServiceAssociationSummary.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.ServiceNetworkServiceAssociationSummary.Builder createdBy(String createdBy)
The account that created the association.
createdBy - The account that created the association.ServiceNetworkServiceAssociationSummary.Builder customDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.ServiceNetworkServiceAssociationSummary.Builder dnsEntry(DnsEntry dnsEntry)
DNS information about the service.
dnsEntry - DNS information about the service.default ServiceNetworkServiceAssociationSummary.Builder dnsEntry(Consumer<DnsEntry.Builder> dnsEntry)
DNS information about 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)ServiceNetworkServiceAssociationSummary.Builder id(String id)
The ID of the association.
id - The ID of the association.ServiceNetworkServiceAssociationSummary.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
serviceArn - The Amazon Resource Name (ARN) of the service.ServiceNetworkServiceAssociationSummary.Builder serviceId(String serviceId)
The ID of the service.
serviceId - The ID of the service.ServiceNetworkServiceAssociationSummary.Builder serviceName(String serviceName)
The name of the service.
serviceName - The name of the service.ServiceNetworkServiceAssociationSummary.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
serviceNetworkArn - The Amazon Resource Name (ARN) of the service network.ServiceNetworkServiceAssociationSummary.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
serviceNetworkId - The ID of the service network.ServiceNetworkServiceAssociationSummary.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
serviceNetworkName - The name of the service network.ServiceNetworkServiceAssociationSummary.Builder status(String status)
The status. If the deletion fails, try to delete again.
status - The status. If the deletion fails, try to delete again.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusServiceNetworkServiceAssociationSummary.Builder status(ServiceNetworkServiceAssociationStatus status)
The status. If the deletion fails, try to delete again.
status - The status. If the deletion fails, try to delete again.ServiceNetworkServiceAssociationStatus,
ServiceNetworkServiceAssociationStatusCopyright © 2023. All rights reserved.