public static interface CollectionSummary.Builder extends SdkPojo, CopyableBuilder<CollectionSummary.Builder,CollectionSummary>
| Modifier and Type | Method and Description |
|---|---|
CollectionSummary.Builder |
arn(String arn)
The ARN of the collection summary.
|
CollectionSummary.Builder |
id(String id)
Unique ID for the CIDR collection.
|
CollectionSummary.Builder |
name(String name)
The name of a CIDR collection.
|
CollectionSummary.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, buildCollectionSummary.Builder arn(String arn)
The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.
arn - The ARN of the collection summary. Can be used to reference the collection in IAM policy or
cross-account.CollectionSummary.Builder id(String id)
Unique ID for the CIDR collection.
id - Unique ID for the CIDR collection.CollectionSummary.Builder name(String name)
The name of a CIDR collection.
name - The name of a CIDR collection.CollectionSummary.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.