| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
Proposal |
Proposal.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Proposal |
Proposal.clearTagsEntries()
Removes all the entries added into Tags.
|
Proposal |
Proposal.clone() |
Proposal |
GetProposalResult.getProposal()
Information about a proposal.
|
Proposal |
Proposal.withActions(ProposalActions actions)
The actions to perform on the network if the proposal is
APPROVED. |
Proposal |
Proposal.withArn(String arn)
The Amazon Resource Name (ARN) of the proposal.
|
Proposal |
Proposal.withCreationDate(Date creationDate)
The date and time that the proposal was created.
|
Proposal |
Proposal.withDescription(String description)
The description of the proposal.
|
Proposal |
Proposal.withExpirationDate(Date expirationDate)
The date and time that the proposal expires.
|
Proposal |
Proposal.withNetworkId(String networkId)
The unique identifier of the network for which the proposal is made.
|
Proposal |
Proposal.withNoVoteCount(Integer noVoteCount)
The current total of
NO votes cast on the proposal by members. |
Proposal |
Proposal.withOutstandingVoteCount(Integer outstandingVoteCount)
The number of votes remaining to be cast on the proposal by members.
|
Proposal |
Proposal.withProposalId(String proposalId)
The unique identifier of the proposal.
|
Proposal |
Proposal.withProposedByMemberId(String proposedByMemberId)
The unique identifier of the member that created the proposal.
|
Proposal |
Proposal.withProposedByMemberName(String proposedByMemberName)
The name of the member that created the proposal.
|
Proposal |
Proposal.withStatus(ProposalStatus status)
The status of the proposal.
|
Proposal |
Proposal.withStatus(String status)
The status of the proposal.
|
Proposal |
Proposal.withTags(Map<String,String> tags)
Tags assigned to the proposal.
|
Proposal |
Proposal.withYesVoteCount(Integer yesVoteCount)
The current total of
YES votes cast on the proposal by members. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetProposalResult.setProposal(Proposal proposal)
Information about a proposal.
|
GetProposalResult |
GetProposalResult.withProposal(Proposal proposal)
Information about a proposal.
|
Copyright © 2021. All rights reserved.