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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessorSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the accessor.AccessorSummary.BuildercreationDate(Instant creationDate)The creation date and time of the accessor.AccessorSummary.Builderid(String id)The unique identifier of the accessor.AccessorSummary.BuildernetworkType(String networkType)The blockchain network that the Accessor token is created for.AccessorSummary.BuildernetworkType(AccessorNetworkType networkType)The blockchain network that the Accessor token is created for.AccessorSummary.Builderstatus(String status)The current status of the accessor.AccessorSummary.Builderstatus(AccessorStatus status)The current status of the accessor.AccessorSummary.Buildertype(String type)The type of the accessor.AccessorSummary.Buildertype(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
AccessorSummary.Builder id(String 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
AccessorSummary.Builder type(String 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:
AccessorType,AccessorType
-
type
AccessorSummary.Builder type(AccessorType 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:
AccessorType,AccessorType
-
status
AccessorSummary.Builder status(String 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:
AccessorStatus,AccessorStatus
-
status
AccessorSummary.Builder status(AccessorStatus 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:
AccessorStatus,AccessorStatus
-
creationDate
AccessorSummary.Builder creationDate(Instant 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
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.
- 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.
-
networkType
AccessorSummary.Builder networkType(String networkType)
The blockchain network that the Accessor token is created for.
- Parameters:
networkType- The blockchain network that the Accessor token is created for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessorNetworkType,AccessorNetworkType
-
networkType
AccessorSummary.Builder networkType(AccessorNetworkType networkType)
The blockchain network that the Accessor token is created for.
- Parameters:
networkType- The blockchain network that the Accessor token is created for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AccessorNetworkType,AccessorNetworkType
-
-