public static interface MemberConfiguration.Builder extends SdkPojo, CopyableBuilder<MemberConfiguration.Builder,MemberConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MemberConfiguration.Builder |
description(String description)
An optional description of the member.
|
default MemberConfiguration.Builder |
frameworkConfiguration(Consumer<MemberFrameworkConfiguration.Builder> frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
|
MemberConfiguration.Builder |
frameworkConfiguration(MemberFrameworkConfiguration frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
|
default MemberConfiguration.Builder |
logPublishingConfiguration(Consumer<MemberLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
|
MemberConfiguration.Builder |
logPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
|
MemberConfiguration.Builder |
name(String name)
The name of the member.
|
MemberConfiguration.Builder |
tags(Map<String,String> tags)
Tags assigned to the member.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMemberConfiguration.Builder name(String name)
The name of the member.
name - The name of the member.MemberConfiguration.Builder description(String description)
An optional description of the member.
description - An optional description of the member.MemberConfiguration.Builder frameworkConfiguration(MemberFrameworkConfiguration frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
frameworkConfiguration - Configuration properties of the blockchain framework relevant to the member.default MemberConfiguration.Builder frameworkConfiguration(Consumer<MemberFrameworkConfiguration.Builder> frameworkConfiguration)
Configuration properties of the blockchain framework relevant to the member.
This is a convenience that creates an instance of theMemberFrameworkConfiguration.Builder avoiding
the need to create one manually via MemberFrameworkConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to frameworkConfiguration(MemberFrameworkConfiguration).frameworkConfiguration - a consumer that will call methods on MemberFrameworkConfiguration.BuilderframeworkConfiguration(MemberFrameworkConfiguration)MemberConfiguration.Builder logPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
logPublishingConfiguration - Configuration properties for logging events associated with a member of a Managed Blockchain network.default MemberConfiguration.Builder logPublishingConfiguration(Consumer<MemberLogPublishingConfiguration.Builder> logPublishingConfiguration)
Configuration properties for logging events associated with a member of a Managed Blockchain network.
This is a convenience that creates an instance of theMemberLogPublishingConfiguration.Builder
avoiding the need to create one manually via MemberLogPublishingConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to logPublishingConfiguration(MemberLogPublishingConfiguration)
.logPublishingConfiguration - a consumer that will call methods on MemberLogPublishingConfiguration.BuilderlogPublishingConfiguration(MemberLogPublishingConfiguration)MemberConfiguration.Builder tags(Map<String,String> tags)
Tags assigned to the member. Tags consist of a key and optional value. For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each resource.
tags - Tags assigned to the member. Tags consist of a key and optional value. For more information about
tags, see Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.
When specifying tags during creation, you can specify multiple key-value pairs in a single request, with an overall maximum of 50 tags added to each resource.
Copyright © 2021. All rights reserved.