Interface CidrCollection.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CidrCollection.Builder,CidrCollection>,SdkBuilder<CidrCollection.Builder,CidrCollection>,SdkPojo
- Enclosing class:
- CidrCollection
public static interface CidrCollection.Builder extends SdkPojo, CopyableBuilder<CidrCollection.Builder,CidrCollection>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CidrCollection.Builderarn(String arn)The ARN of the collection.CidrCollection.Builderid(String id)The unique ID of the CIDR collection.CidrCollection.Buildername(String name)The name of a CIDR collection.CidrCollection.Builderversion(Long version)A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.-
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
-
-
-
-
Method Detail
-
arn
CidrCollection.Builder arn(String arn)
The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.
- Parameters:
arn- The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CidrCollection.Builder id(String id)
The unique ID of the CIDR collection.
- Parameters:
id- The unique ID of the CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CidrCollection.Builder name(String name)
The name of a CIDR collection.
- Parameters:
name- The name of a CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
CidrCollection.Builder version(Long version)
A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.
- Parameters:
version- A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-