public static interface CidrCollection.Builder extends SdkPojo, CopyableBuilder<CidrCollection.Builder,CidrCollection>
| Modifier and Type | Method and Description |
|---|---|
CidrCollection.Builder |
arn(String arn)
The ARN of the collection.
|
CidrCollection.Builder |
id(String id)
The unique ID of the CIDR collection.
|
CidrCollection.Builder |
name(String name)
The name of a CIDR collection.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCidrCollection.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.
arn - The ARN of the collection. Can be used to reference the collection in IAM policy or in another Amazon
Web Services account.CidrCollection.Builder id(String id)
The unique ID of the CIDR collection.
id - The unique ID of the CIDR collection.CidrCollection.Builder name(String name)
The name of a CIDR collection.
name - The name of a CIDR collection.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.
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.Copyright © 2023. All rights reserved.