@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MemberFabricConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration properties for Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.
Constructor and Description |
---|
MemberFabricConfiguration() |
Modifier and Type | Method and Description |
---|---|
MemberFabricConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAdminPassword()
The password for the member's initial administrative user.
|
String |
getAdminUsername()
The user name for the member's initial administrative user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdminPassword(String adminPassword)
The password for the member's initial administrative user.
|
void |
setAdminUsername(String adminUsername)
The user name for the member's initial administrative user.
|
String |
toString()
Returns a string representation of this object.
|
MemberFabricConfiguration |
withAdminPassword(String adminPassword)
The password for the member's initial administrative user.
|
MemberFabricConfiguration |
withAdminUsername(String adminUsername)
The user name for the member's initial administrative user.
|
public void setAdminUsername(String adminUsername)
The user name for the member's initial administrative user.
adminUsername
- The user name for the member's initial administrative user.public String getAdminUsername()
The user name for the member's initial administrative user.
public MemberFabricConfiguration withAdminUsername(String adminUsername)
The user name for the member's initial administrative user.
adminUsername
- The user name for the member's initial administrative user.public void setAdminPassword(String adminPassword)
The password for the member's initial administrative user. The AdminPassword
must be at least eight
characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase
letter, and one digit. It cannot have a single quote(‘), double quote(“), forward slash(/), backward slash(\), @,
or a space.
adminPassword
- The password for the member's initial administrative user. The AdminPassword
must be at least
eight characters long and no more than 32 characters. It must contain at least one uppercase letter, one
lowercase letter, and one digit. It cannot have a single quote(‘), double quote(“), forward slash(/),
backward slash(\), @, or a space.public String getAdminPassword()
The password for the member's initial administrative user. The AdminPassword
must be at least eight
characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase
letter, and one digit. It cannot have a single quote(‘), double quote(“), forward slash(/), backward slash(\), @,
or a space.
AdminPassword
must be at
least eight characters long and no more than 32 characters. It must contain at least one uppercase
letter, one lowercase letter, and one digit. It cannot have a single quote(‘), double quote(“), forward
slash(/), backward slash(\), @, or a space.public MemberFabricConfiguration withAdminPassword(String adminPassword)
The password for the member's initial administrative user. The AdminPassword
must be at least eight
characters long and no more than 32 characters. It must contain at least one uppercase letter, one lowercase
letter, and one digit. It cannot have a single quote(‘), double quote(“), forward slash(/), backward slash(\), @,
or a space.
adminPassword
- The password for the member's initial administrative user. The AdminPassword
must be at least
eight characters long and no more than 32 characters. It must contain at least one uppercase letter, one
lowercase letter, and one digit. It cannot have a single quote(‘), double quote(“), forward slash(/),
backward slash(\), @, or a space.public String toString()
toString
in class Object
Object.toString()
public MemberFabricConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.