public static interface CustomDataIdentifierSummary.Builder extends SdkPojo, CopyableBuilder<CustomDataIdentifierSummary.Builder,CustomDataIdentifierSummary>
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifierSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
CustomDataIdentifierSummary.Builder |
createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
CustomDataIdentifierSummary.Builder |
description(String description)
The custom description of the custom data identifier.
|
CustomDataIdentifierSummary.Builder |
id(String id)
The unique identifier for the custom data identifier.
|
CustomDataIdentifierSummary.Builder |
name(String name)
The custom name of the custom data identifier.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomDataIdentifierSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn - The Amazon Resource Name (ARN) of the custom data identifier.CustomDataIdentifierSummary.Builder createdAt(Instant createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.CustomDataIdentifierSummary.Builder description(String description)
The custom description of the custom data identifier.
description - The custom description of the custom data identifier.CustomDataIdentifierSummary.Builder id(String id)
The unique identifier for the custom data identifier.
id - The unique identifier for the custom data identifier.CustomDataIdentifierSummary.Builder name(String name)
The custom name of the custom data identifier.
name - The custom name of the custom data identifier.Copyright © 2022. All rights reserved.