Interface UpdateServiceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>,SdkBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>,SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
- UpdateServiceResponse
public static interface UpdateServiceResponse.Builder extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateServiceResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the service.UpdateServiceResponse.BuilderauthType(String authType)The type of IAM policy.UpdateServiceResponse.BuilderauthType(AuthType authType)The type of IAM policy.UpdateServiceResponse.BuildercertificateArn(String certificateArn)The Amazon Resource Name (ARN) of the certificate.UpdateServiceResponse.BuildercustomDomainName(String customDomainName)The custom domain name of the service.UpdateServiceResponse.Builderid(String id)The ID of the service.UpdateServiceResponse.Buildername(String name)The name of the service.-
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
UpdateServiceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the service.
- Parameters:
arn- The Amazon Resource Name (ARN) of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authType
UpdateServiceResponse.Builder authType(String authType)
The type of IAM policy.
-
authType
UpdateServiceResponse.Builder authType(AuthType authType)
The type of IAM policy.
-
certificateArn
UpdateServiceResponse.Builder certificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
- Parameters:
certificateArn- The Amazon Resource Name (ARN) of the certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customDomainName
UpdateServiceResponse.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.
-
id
UpdateServiceResponse.Builder id(String id)
The ID of the service.
- Parameters:
id- The ID of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateServiceResponse.Builder name(String name)
The name of the service.
- Parameters:
name- The name of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-