Interface ServiceNetworkServiceAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceNetworkServiceAssociationSummary.Builder,ServiceNetworkServiceAssociationSummary>,SdkBuilder<ServiceNetworkServiceAssociationSummary.Builder,ServiceNetworkServiceAssociationSummary>,SdkPojo
- Enclosing class:
- ServiceNetworkServiceAssociationSummary
public static interface ServiceNetworkServiceAssociationSummary.Builder extends SdkPojo, CopyableBuilder<ServiceNetworkServiceAssociationSummary.Builder,ServiceNetworkServiceAssociationSummary>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ServiceNetworkServiceAssociationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the association.
- Parameters:
arn- The Amazon Resource Name (ARN) of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ServiceNetworkServiceAssociationSummary.Builder createdAt(Instant createdAt)
The date and time that the association was created, specified in ISO-8601 format.
- Parameters:
createdAt- The date and time that the association was created, specified in ISO-8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
ServiceNetworkServiceAssociationSummary.Builder createdBy(String createdBy)
The account that created the association.
- Parameters:
createdBy- The account that created the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
ServiceNetworkServiceAssociationSummary.Builder customDomainName(String customDomainName)
The custom domain name of the service.
- Parameters:
customDomainName- The custom domain name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsEntry
ServiceNetworkServiceAssociationSummary.Builder dnsEntry(DnsEntry dnsEntry)
DNS information about the service.
- Parameters:
dnsEntry- DNS information about the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsEntry
default ServiceNetworkServiceAssociationSummary.Builder dnsEntry(Consumer<DnsEntry.Builder> dnsEntry)
DNS information about the service.
This is a convenience method that creates an instance of theDnsEntry.Builderavoiding the need to create one manually viaDnsEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todnsEntry(DnsEntry).- Parameters:
dnsEntry- a consumer that will call methods onDnsEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dnsEntry(DnsEntry)
-
id
ServiceNetworkServiceAssociationSummary.Builder id(String id)
The ID of the association.
- Parameters:
id- The ID of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
ServiceNetworkServiceAssociationSummary.Builder serviceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service.
- Parameters:
serviceArn- The Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceId
ServiceNetworkServiceAssociationSummary.Builder serviceId(String serviceId)
The ID of the service.
- Parameters:
serviceId- The ID of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
ServiceNetworkServiceAssociationSummary.Builder serviceName(String serviceName)
The name of the service.
- Parameters:
serviceName- The name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkArn
ServiceNetworkServiceAssociationSummary.Builder serviceNetworkArn(String serviceNetworkArn)
The Amazon Resource Name (ARN) of the service network.
- Parameters:
serviceNetworkArn- The Amazon Resource Name (ARN) of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkId
ServiceNetworkServiceAssociationSummary.Builder serviceNetworkId(String serviceNetworkId)
The ID of the service network.
- Parameters:
serviceNetworkId- The ID of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceNetworkName
ServiceNetworkServiceAssociationSummary.Builder serviceNetworkName(String serviceNetworkName)
The name of the service network.
- Parameters:
serviceNetworkName- The name of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ServiceNetworkServiceAssociationSummary.Builder status(String status)
The status. If the deletion fails, try to delete again.
- Parameters:
status- The status. If the deletion fails, try to delete again.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
status
ServiceNetworkServiceAssociationSummary.Builder status(ServiceNetworkServiceAssociationStatus status)
The status. If the deletion fails, try to delete again.
- Parameters:
status- The status. If the deletion fails, try to delete again.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
-