Interface CreateAccessorRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAccessorRequest.Builder,CreateAccessorRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<CreateAccessorRequest.Builder,CreateAccessorRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAccessorRequest
public static interface CreateAccessorRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<CreateAccessorRequest.Builder,CreateAccessorRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateAccessorRequest.BuilderaccessorType(String accessorType)The type of accessor.CreateAccessorRequest.BuilderaccessorType(AccessorType accessorType)The type of accessor.CreateAccessorRequest.BuilderclientRequestToken(String clientRequestToken)This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.CreateAccessorRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAccessorRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAccessorRequest.Buildertags(Map<String,String> tags)Tags to assign to the Accessor.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.managedblockchain.model.ManagedBlockchainRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientRequestToken
CreateAccessorRequest.Builder clientRequestToken(String clientRequestToken)
This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.
- Parameters:
clientRequestToken- This is a unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the Amazon Web Services CLI.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessorType
CreateAccessorRequest.Builder accessorType(String accessorType)
The type of accessor.
Currently, accessor type is restricted to
BILLING_TOKEN.- Parameters:
accessorType- The type of 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
-
accessorType
CreateAccessorRequest.Builder accessorType(AccessorType accessorType)
The type of accessor.
Currently, accessor type is restricted to
BILLING_TOKEN.- Parameters:
accessorType- The type of 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
-
tags
CreateAccessorRequest.Builder tags(Map<String,String> tags)
Tags to assign to the Accessor.
Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
- Parameters:
tags- Tags to assign to the Accessor.Each tag consists of a key and an optional value. You can specify multiple key-value pairs in a single request with an overall maximum of 50 tags allowed per resource.
For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAccessorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAccessorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-