Interface CreateServiceNetworkServiceAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateServiceNetworkServiceAssociationResponse.Builder,CreateServiceNetworkServiceAssociationResponse>,SdkBuilder<CreateServiceNetworkServiceAssociationResponse.Builder,CreateServiceNetworkServiceAssociationResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- CreateServiceNetworkServiceAssociationResponse
public static interface CreateServiceNetworkServiceAssociationResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceNetworkServiceAssociationResponse.Builder,CreateServiceNetworkServiceAssociationResponse>
-
-
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
CreateServiceNetworkServiceAssociationResponse.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.
-
createdBy
CreateServiceNetworkServiceAssociationResponse.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
CreateServiceNetworkServiceAssociationResponse.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
CreateServiceNetworkServiceAssociationResponse.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 CreateServiceNetworkServiceAssociationResponse.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)
-
id
CreateServiceNetworkServiceAssociationResponse.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.
-
status
CreateServiceNetworkServiceAssociationResponse.Builder status(String status)
The operation's status.
- Parameters:
status- The operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
status
CreateServiceNetworkServiceAssociationResponse.Builder status(ServiceNetworkServiceAssociationStatus status)
The operation's status.
- Parameters:
status- The operation's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceNetworkServiceAssociationStatus,ServiceNetworkServiceAssociationStatus
-
-