public static interface AccessorSummary.Builder extends SdkPojo, CopyableBuilder<AccessorSummary.Builder,AccessorSummary>
| Modifier and Type | Method and Description |
|---|---|
AccessorSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the accessor.
|
AccessorSummary.Builder |
creationDate(Instant creationDate)
The creation date and time of the accessor.
|
AccessorSummary.Builder |
id(String id)
The unique identifier of the accessor.
|
AccessorSummary.Builder |
status(AccessorStatus status)
The current status of the accessor.
|
AccessorSummary.Builder |
status(String status)
The current status of the accessor.
|
AccessorSummary.Builder |
type(AccessorType type)
The type of the accessor.
|
AccessorSummary.Builder |
type(String type)
The type of the accessor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccessorSummary.Builder id(String id)
The unique identifier of the accessor.
id - The unique identifier of the accessor.AccessorSummary.Builder type(String type)
The type of the accessor.
Currently accessor type is restricted to BILLING_TOKEN.
type - The type of the accessor.
Currently accessor type is restricted to BILLING_TOKEN.
AccessorType,
AccessorTypeAccessorSummary.Builder type(AccessorType type)
The type of the accessor.
Currently accessor type is restricted to BILLING_TOKEN.
type - The type of the accessor.
Currently accessor type is restricted to BILLING_TOKEN.
AccessorType,
AccessorTypeAccessorSummary.Builder status(String status)
The current status of the accessor.
status - The current status of the accessor.AccessorStatus,
AccessorStatusAccessorSummary.Builder status(AccessorStatus status)
The current status of the accessor.
status - The current status of the accessor.AccessorStatus,
AccessorStatusAccessorSummary.Builder creationDate(Instant creationDate)
The creation date and time of the accessor.
creationDate - The creation date and time of the accessor.AccessorSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see
Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.Copyright © 2023. All rights reserved.