Interface UpdateServiceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateServiceResponse.Builder,,UpdateServiceResponse> SdkBuilder<UpdateServiceResponse.Builder,,UpdateServiceResponse> SdkPojo,SdkResponse.Builder,VpcLatticeResponse.Builder
- Enclosing class:
UpdateServiceResponse
@Mutable
@NotThreadSafe
public static interface UpdateServiceResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the service.The type of IAM policy.The type of IAM policy.certificateArn(String certificateArn) The Amazon Resource Name (ARN) of the certificate.customDomainName(String customDomainName) The custom domain name of the service.The ID of the service.idleTimeoutSeconds(Integer idleTimeoutSeconds) The amount of time, in seconds, that a connection can remain idle before VPC Lattice closes it.The name of the service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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.
-
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.
-
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.
-
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.
-
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.
-
authType
The type of IAM policy.
- Parameters:
authType- The type of IAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authType
The type of IAM policy.
- Parameters:
authType- The type of IAM policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idleTimeoutSeconds
The amount of time, in seconds, that a connection can remain idle before VPC Lattice closes it.
- Parameters:
idleTimeoutSeconds- The amount of time, in seconds, that a connection can remain idle before VPC Lattice closes it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-