public static interface UpdateServiceResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the service.
|
UpdateServiceResponse.Builder |
authType(AuthType authType)
The type of IAM policy.
|
UpdateServiceResponse.Builder |
authType(String authType)
The type of IAM policy.
|
UpdateServiceResponse.Builder |
certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
UpdateServiceResponse.Builder |
customDomainName(String customDomainName)
The custom domain name of the service.
|
UpdateServiceResponse.Builder |
id(String id)
The ID of the service.
|
UpdateServiceResponse.Builder |
name(String name)
The name of the service.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
arn - The Amazon Resource Name (ARN) of the service.UpdateServiceResponse.Builder authType(String authType)
The type of IAM policy.
UpdateServiceResponse.Builder authType(AuthType authType)
The type of IAM policy.
UpdateServiceResponse.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
certificateArn - The Amazon Resource Name (ARN) of the certificate.UpdateServiceResponse.Builder customDomainName(String customDomainName)
The custom domain name of the service.
customDomainName - The custom domain name of the service.UpdateServiceResponse.Builder id(String id)
The ID of the service.
id - The ID of the service.UpdateServiceResponse.Builder name(String name)
The name of the service.
name - The name of the service.Copyright © 2023. All rights reserved.