Interface UpdateAccessSourceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccessSourceResponse.Builder,,UpdateAccessSourceResponse> Route53GlobalResolverResponse.Builder,SdkBuilder<UpdateAccessSourceResponse.Builder,,UpdateAccessSourceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAccessSourceResponse
@Mutable
@NotThreadSafe
public static interface UpdateAccessSourceResponse.Builder
extends Route53GlobalResolverResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccessSourceResponse.Builder,UpdateAccessSourceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated access source.The CIDR block of the updated access source.The date and time when the access source was originally created.The ID of the DNS view associated with the updated access source.The unique identifier of the updated access source.ipAddressType(String ipAddressType) The IP address type of the updated access source.ipAddressType(IpAddressType ipAddressType) The IP address type of the updated access source.The name of the updated access source.The protocol of the updated access source.protocol(DnsProtocol protocol) The protocol of the updated access source.The current status of the updated access source.status(CRResourceStatus status) The current status of the updated access source.The date and time when the access source was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.route53globalresolver.model.Route53GlobalResolverResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the updated access source.
- Parameters:
arn- The Amazon Resource Name (ARN) of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cidr
The CIDR block of the updated access source.
- Parameters:
cidr- The CIDR block of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the access source was originally created.
- Parameters:
createdAt- The date and time when the access source was originally created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the updated access source.
- Parameters:
id- The unique identifier of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddressType
The IP address type of the updated access source.
- Parameters:
ipAddressType- The IP address type of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type of the updated access source.
- Parameters:
ipAddressType- The IP address type of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the updated access source.
- Parameters:
name- The name of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsViewId
The ID of the DNS view associated with the updated access source.
- Parameters:
dnsViewId- The ID of the DNS view associated with the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
protocol
The protocol of the updated access source.
- Parameters:
protocol- The protocol of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocol
The protocol of the updated access source.
- Parameters:
protocol- The protocol of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the updated access source.
- Parameters:
status- The current status of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the updated access source.
- Parameters:
status- The current status of the updated access source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The date and time when the access source was last updated.
- Parameters:
updatedAt- The date and time when the access source was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-