Interface AccessorSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccessorSummary.Builder,
,AccessorSummary> SdkBuilder<AccessorSummary.Builder,
,AccessorSummary> SdkPojo
- Enclosing class:
AccessorSummary
public static interface AccessorSummary.Builder
extends SdkPojo, CopyableBuilder<AccessorSummary.Builder,AccessorSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the accessor.creationDate
(Instant creationDate) The creation date and time of the accessor.The unique identifier of the accessor.The current status of the accessor.status
(AccessorStatus status) The current status of the accessor.The type of the accessor.type
(AccessorType type) The type of the accessor.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 Details
-
id
The unique identifier of the accessor.
- Parameters:
id
- The unique identifier of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the accessor.
Currently accessor type is restricted to
BILLING_TOKEN
.- Parameters:
type
- The type of the accessor.Currently accessor type is restricted to
BILLING_TOKEN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the accessor.
Currently accessor type is restricted to
BILLING_TOKEN
.- Parameters:
type
- The type of the accessor.Currently accessor type is restricted to
BILLING_TOKEN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the accessor.
- Parameters:
status
- The current status of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the accessor.
- Parameters:
status
- The current status of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDate
The creation date and time of the accessor.
- Parameters:
creationDate
- The creation date and time of the accessor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-