@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Member extends Object implements Serializable, Cloneable, StructuredPojo
Member configuration properties.
Applies only to Hyperledger Fabric.
Constructor and Description |
---|
Member() |
Modifier and Type | Method and Description |
---|---|
Member |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
Member |
clearTagsEntries()
Removes all the entries added into Tags.
|
Member |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the member.
|
Date |
getCreationDate()
The date and time that the member was created.
|
String |
getDescription()
An optional description for the member.
|
MemberFrameworkAttributes |
getFrameworkAttributes()
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
|
String |
getId()
The unique identifier of the member.
|
String |
getKmsKeyArn()
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the
member uses for encryption at rest.
|
MemberLogPublishingConfiguration |
getLogPublishingConfiguration()
Configuration properties for logging events associated with a member.
|
String |
getName()
The name of the member.
|
String |
getNetworkId()
The unique identifier of the network to which the member belongs.
|
String |
getStatus()
The status of a member.
|
Map<String,String> |
getTags()
Tags assigned to the member.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the member.
|
void |
setCreationDate(Date creationDate)
The date and time that the member was created.
|
void |
setDescription(String description)
An optional description for the member.
|
void |
setFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
|
void |
setId(String id)
The unique identifier of the member.
|
void |
setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the
member uses for encryption at rest.
|
void |
setLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
|
void |
setName(String name)
The name of the member.
|
void |
setNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
|
void |
setStatus(String status)
The status of a member.
|
void |
setTags(Map<String,String> tags)
Tags assigned to the member.
|
String |
toString()
Returns a string representation of this object.
|
Member |
withArn(String arn)
The Amazon Resource Name (ARN) of the member.
|
Member |
withCreationDate(Date creationDate)
The date and time that the member was created.
|
Member |
withDescription(String description)
An optional description for the member.
|
Member |
withFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
|
Member |
withId(String id)
The unique identifier of the member.
|
Member |
withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the
member uses for encryption at rest.
|
Member |
withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
|
Member |
withName(String name)
The name of the member.
|
Member |
withNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
|
Member |
withStatus(MemberStatus status)
The status of a member.
|
Member |
withStatus(String status)
The status of a member.
|
Member |
withTags(Map<String,String> tags)
Tags assigned to the member.
|
public void setNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
networkId
- The unique identifier of the network to which the member belongs.public String getNetworkId()
The unique identifier of the network to which the member belongs.
public Member withNetworkId(String networkId)
The unique identifier of the network to which the member belongs.
networkId
- The unique identifier of the network to which the member belongs.public void setId(String id)
The unique identifier of the member.
id
- The unique identifier of the member.public String getId()
The unique identifier of the member.
public Member withId(String id)
The unique identifier of the member.
id
- The unique identifier of the member.public void setName(String name)
The name of the member.
name
- The name of the member.public String getName()
The name of the member.
public Member withName(String name)
The name of the member.
name
- The name of the member.public void setDescription(String description)
An optional description for the member.
description
- An optional description for the member.public String getDescription()
An optional description for the member.
public Member withDescription(String description)
An optional description for the member.
description
- An optional description for the member.public void setFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
frameworkAttributes
- Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.public MemberFrameworkAttributes getFrameworkAttributes()
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
public Member withFrameworkAttributes(MemberFrameworkAttributes frameworkAttributes)
Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.
frameworkAttributes
- Attributes relevant to a member for the blockchain framework that the Managed Blockchain network uses.public void setLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
logPublishingConfiguration
- Configuration properties for logging events associated with a member.public MemberLogPublishingConfiguration getLogPublishingConfiguration()
Configuration properties for logging events associated with a member.
public Member withLogPublishingConfiguration(MemberLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a member.
logPublishingConfiguration
- Configuration properties for logging events associated with a member.public void setStatus(String status)
The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted. Either the
AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources are
deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected because it
cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was
disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
status
- The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted.
Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources
are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the
result of an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected
because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the
KMS key was disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
MemberStatus
public String getStatus()
The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted. Either the
AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources are
deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected because it
cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was
disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted.
Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources
are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as
the result of an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected
because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the
KMS key was disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
MemberStatus
public Member withStatus(String status)
The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted. Either the
AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources are
deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected because it
cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was
disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
status
- The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted.
Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources
are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the
result of an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected
because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the
KMS key was disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
MemberStatus
public Member withStatus(MemberStatus status)
The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted. Either the
AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources are
deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the result of
an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected because it
cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the KMS key was
disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
status
- The status of a member.
CREATING
- The AWS account is in the process of creating a member.
AVAILABLE
- The member has been created and can participate in the network.
CREATE_FAILED
- The AWS account attempted to create a member and creation failed.
UPDATING
- The member is in the process of being updated.
DELETING
- The member and all associated resources are in the process of being deleted.
Either the AWS account that owns the member deleted it, or the member is being deleted as the result of an
APPROVED
PROPOSAL
to remove the member.
DELETED
- The member can no longer participate on the network and all associated resources
are deleted. Either the AWS account that owns the member deleted it, or the member is being deleted as the
result of an APPROVED
PROPOSAL
to remove the member.
INACCESSIBLE_ENCRYPTION_KEY
- The member is impaired and might not function as expected
because it cannot access the specified customer managed key in AWS KMS for encryption at rest. Either the
KMS key was disabled or deleted, or the grants on the key were revoked.
The effect of disabling or deleting a key, or revoking a grant is not immediate. The member resource might take some time to find that the key is inaccessible. When a resource is in this state, we recommend deleting and recreating the resource.
MemberStatus
public void setCreationDate(Date creationDate)
The date and time that the member was created.
creationDate
- The date and time that the member was created.public Date getCreationDate()
The date and time that the member was created.
public Member withCreationDate(Date creationDate)
The date and time that the member was created.
creationDate
- The date and time that the member was created.public Map<String,String> getTags()
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.
public void setTags(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.
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.public Member withTags(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.
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.public Member clearTagsEntries()
public void setArn(String arn)
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
arn
- The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names
(ARNs) in the AWS General Reference.public String getArn()
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
public Member withArn(String arn)
The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.
arn
- The Amazon Resource Name (ARN) of the member. For more information about ARNs and their format, see Amazon Resource Names
(ARNs) in the AWS General Reference.public void setKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the
member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key"
, the
member uses an AWS owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.
kmsKeyArn
- The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that
the member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key"
, the member uses an AWS owned KMS key for encryption. This parameter is inherited by the nodes that this
member owns.public String getKmsKeyArn()
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the
member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key"
, the
member uses an AWS owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.
"AWS Owned KMS Key"
, the member uses an AWS owned KMS key for encryption. This parameter is
inherited by the nodes that this member owns.public Member withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that the
member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key"
, the
member uses an AWS owned KMS key for encryption. This parameter is inherited by the nodes that this member owns.
kmsKeyArn
- The Amazon Resource Name (ARN) of the customer managed key in AWS Key Management Service (AWS KMS) that
the member uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key"
, the member uses an AWS owned KMS key for encryption. This parameter is inherited by the nodes that this
member owns.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.