Interface GetServiceNetworkServiceAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetServiceNetworkServiceAssociationResponse.Builder,GetServiceNetworkServiceAssociationResponse>,SdkBuilder<GetServiceNetworkServiceAssociationResponse.Builder,GetServiceNetworkServiceAssociationResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- GetServiceNetworkServiceAssociationResponse
public static interface GetServiceNetworkServiceAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<GetServiceNetworkServiceAssociationResponse.Builder,GetServiceNetworkServiceAssociationResponse>
-
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
arn
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.Builder dnsEntry(DnsEntry dnsEntry)
The DNS name of the service.
- Parameters:
dnsEntry- The DNS name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsEntry
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.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)
-
failureCode
GetServiceNetworkServiceAssociationResponse.Builder failureCode(String failureCode)
The failure code.
- Parameters:
failureCode- The failure code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureMessage
GetServiceNetworkServiceAssociationResponse.Builder failureMessage(String failureMessage)
The failure message.
- Parameters:
failureMessage- The failure message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetServiceNetworkServiceAssociationResponse.Builder id(String id)
The ID of the service network and service association.
- Parameters:
id- The ID of the service network and service association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceArn
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.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
GetServiceNetworkServiceAssociationResponse.Builder status(String status)
The status of the association.
- Parameters:
status- The status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
status
GetServiceNetworkServiceAssociationResponse.Builder status(ServiceNetworkServiceAssociationStatus status)
The status of the association.
- Parameters:
status- The status of the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
-