Class CfnAccessor.Builder
java.lang.Object
software.amazon.awscdk.services.managedblockchain.CfnAccessor.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccessor>
- Enclosing class:
CfnAccessor
@Stability(Stable)
public static final class CfnAccessor.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccessor>
A fluent builder for
CfnAccessor
.-
Method Summary
Modifier and TypeMethodDescriptionaccessorType
(String accessorType) The type of the accessor.build()
static CfnAccessor.Builder
The tags assigned to the Accessor.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnAccessor.Builder
.
-
accessorType
The type of the accessor.Currently, accessor type is restricted to
BILLING_TOKEN
.- Parameters:
accessorType
- The type of the accessor. This parameter is required.- Returns:
this
-
tags
The tags assigned to the Accessor.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
- The tags assigned to the Accessor. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAccessor>
- Returns:
- a newly built instance of
CfnAccessor
.
-