Interface CollectionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CollectionSummary.Builder,CollectionSummary>,SdkBuilder<CollectionSummary.Builder,CollectionSummary>,SdkPojo
- Enclosing class:
- CollectionSummary
public static interface CollectionSummary.Builder extends SdkPojo, CopyableBuilder<CollectionSummary.Builder,CollectionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionSummary.Builderarn(String arn)The ARN of the collection summary.CollectionSummary.Builderid(String id)Unique ID for the CIDR collection.CollectionSummary.Buildername(String name)The name of a CIDR collection.CollectionSummary.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
CollectionSummary.Builder arn(String arn)
The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.
- Parameters:
arn- The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CollectionSummary.Builder id(String id)
Unique ID for the CIDR collection.
- Parameters:
id- Unique ID for the CIDR collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CollectionSummary.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
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.
- 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.
-
-