public static interface CreateServiceResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<CreateServiceResponse.Builder,CreateServiceResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.CreateServiceResponse.Builder authType(String authType)
The type of IAM policy.
CreateServiceResponse.Builder authType(AuthType authType)
The type of IAM policy.
CreateServiceResponse.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn - The Amazon Resource Name (ARN) of the certificate.CreateServiceResponse.Builder customDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.CreateServiceResponse.Builder dnsEntry(DnsEntry dnsEntry)
The public DNS name of the service.
dnsEntry - The public DNS name of the service.default CreateServiceResponse.Builder dnsEntry(Consumer<DnsEntry.Builder> dnsEntry)
The public 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)CreateServiceResponse.Builder id(String id)
The ID of the service.
id - The ID of the service.CreateServiceResponse.Builder name(String name)
The name of the service.
name - The name of the service.CreateServiceResponse.Builder status(String status)
The status. If the status is CREATE_FAILED, you will have to delete and recreate the service.
status - The status. If the status is CREATE_FAILED, you will have to delete and recreate the
service.ServiceStatus,
ServiceStatusCreateServiceResponse.Builder status(ServiceStatus status)
The status. If the status is CREATE_FAILED, you will have to delete and recreate the service.
status - The status. If the status is CREATE_FAILED, you will have to delete and recreate the
service.ServiceStatus,
ServiceStatusCopyright © 2023. All rights reserved.