Interface CustomDataIdentifierSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomDataIdentifierSummary.Builder,CustomDataIdentifierSummary>,SdkBuilder<CustomDataIdentifierSummary.Builder,CustomDataIdentifierSummary>,SdkPojo
- Enclosing class:
- CustomDataIdentifierSummary
public static interface CustomDataIdentifierSummary.Builder extends SdkPojo, CopyableBuilder<CustomDataIdentifierSummary.Builder,CustomDataIdentifierSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomDataIdentifierSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the custom data identifier.CustomDataIdentifierSummary.BuildercreatedAt(Instant createdAt)The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.CustomDataIdentifierSummary.Builderdescription(String description)The custom description of the custom data identifier.CustomDataIdentifierSummary.Builderid(String id)The unique identifier for the custom data identifier.CustomDataIdentifierSummary.Buildername(String name)The custom name of the custom data identifier.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
CustomDataIdentifierSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
- Parameters:
arn- The Amazon Resource Name (ARN) of the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
CustomDataIdentifierSummary.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
- Parameters:
createdAt- The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CustomDataIdentifierSummary.Builder description(String description)
The custom description of the custom data identifier.
- Parameters:
description- The custom description of the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CustomDataIdentifierSummary.Builder id(String id)
The unique identifier for the custom data identifier.
- Parameters:
id- The unique identifier for the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CustomDataIdentifierSummary.Builder name(String name)
The custom name of the custom data identifier.
- Parameters:
name- The custom name of the custom data identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-