| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
default Proposal.Builder |
Proposal.Builder.actions(Consumer<ProposalActions.Builder> actions)
The actions to perform on the network if the proposal is
APPROVED. |
Proposal.Builder |
Proposal.Builder.actions(ProposalActions actions)
The actions to perform on the network if the proposal is
APPROVED. |
Proposal.Builder |
Proposal.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the proposal.
|
static Proposal.Builder |
Proposal.builder() |
Proposal.Builder |
Proposal.Builder.creationDate(Instant creationDate)
The date and time that the proposal was created.
|
Proposal.Builder |
Proposal.Builder.description(String description)
The description of the proposal.
|
Proposal.Builder |
Proposal.Builder.expirationDate(Instant expirationDate)
The date and time that the proposal expires.
|
Proposal.Builder |
Proposal.Builder.networkId(String networkId)
The unique identifier of the network for which the proposal is made.
|
Proposal.Builder |
Proposal.Builder.noVoteCount(Integer noVoteCount)
The current total of
NO votes cast on the proposal by members. |
Proposal.Builder |
Proposal.Builder.outstandingVoteCount(Integer outstandingVoteCount)
The number of votes remaining to be cast on the proposal by members.
|
Proposal.Builder |
Proposal.Builder.proposalId(String proposalId)
The unique identifier of the proposal.
|
Proposal.Builder |
Proposal.Builder.proposedByMemberId(String proposedByMemberId)
The unique identifier of the member that created the proposal.
|
Proposal.Builder |
Proposal.Builder.proposedByMemberName(String proposedByMemberName)
The name of the member that created the proposal.
|
Proposal.Builder |
Proposal.Builder.status(ProposalStatus status)
The status of the proposal.
|
Proposal.Builder |
Proposal.Builder.status(String status)
The status of the proposal.
|
Proposal.Builder |
Proposal.Builder.tags(Map<String,String> tags)
Tags assigned to the proposal.
|
Proposal.Builder |
Proposal.toBuilder() |
Proposal.Builder |
Proposal.Builder.yesVoteCount(Integer yesVoteCount)
The current total of
YES votes cast on the proposal by members. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Proposal.Builder> |
Proposal.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetProposalResponse.Builder |
GetProposalResponse.Builder.proposal(Consumer<Proposal.Builder> proposal)
Information about a proposal.
|
Copyright © 2023. All rights reserved.