public static interface ProposalSummary.Builder extends SdkPojo, CopyableBuilder<ProposalSummary.Builder,ProposalSummary>
| Modifier and Type | Method and Description |
|---|---|
ProposalSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the proposal.
|
ProposalSummary.Builder |
creationDate(Instant creationDate)
The date and time that the proposal was created.
|
ProposalSummary.Builder |
description(String description)
The description of the proposal.
|
ProposalSummary.Builder |
expirationDate(Instant expirationDate)
The date and time that the proposal expires.
|
ProposalSummary.Builder |
proposalId(String proposalId)
The unique identifier of the proposal.
|
ProposalSummary.Builder |
proposedByMemberId(String proposedByMemberId)
The unique identifier of the member that created the proposal.
|
ProposalSummary.Builder |
proposedByMemberName(String proposedByMemberName)
The name of the member that created the proposal.
|
ProposalSummary.Builder |
status(ProposalStatus status)
The status of the proposal.
|
ProposalSummary.Builder |
status(String status)
The status of the proposal.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProposalSummary.Builder proposalId(String proposalId)
The unique identifier of the proposal.
proposalId - The unique identifier of the proposal.ProposalSummary.Builder description(String description)
The description of the proposal.
description - The description of the proposal.ProposalSummary.Builder proposedByMemberId(String proposedByMemberId)
The unique identifier of the member that created the proposal.
proposedByMemberId - The unique identifier of the member that created the proposal.ProposalSummary.Builder proposedByMemberName(String proposedByMemberName)
The name of the member that created the proposal.
proposedByMemberName - The name of the member that created the proposal.ProposalSummary.Builder status(String status)
The status of the proposal. Values are as follows:
IN_PROGRESS - The proposal is active and open for member voting.
APPROVED - The proposal was approved with sufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified proposal
actions are carried out.
REJECTED - The proposal was rejected with insufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified
ProposalActions aren't carried out.
EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome
before the proposal expired. The specified ProposalActions aren't carried out.
ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was
approved couldn't be completed because of an error.
status - The status of the proposal. Values are as follows:
IN_PROGRESS - The proposal is active and open for member voting.
APPROVED - The proposal was approved with sufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified
proposal actions are carried out.
REJECTED - The proposal was rejected with insufficient YES votes among
members according to the VotingPolicy specified for the Network. The
specified ProposalActions aren't carried out.
EXPIRED - Members didn't cast the number of votes required to determine the proposal
outcome before the proposal expired. The specified ProposalActions aren't carried out.
ACTION_FAILED - One or more of the specified ProposalActions in a proposal
that was approved couldn't be completed because of an error.
ProposalStatus,
ProposalStatusProposalSummary.Builder status(ProposalStatus status)
The status of the proposal. Values are as follows:
IN_PROGRESS - The proposal is active and open for member voting.
APPROVED - The proposal was approved with sufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified proposal
actions are carried out.
REJECTED - The proposal was rejected with insufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified
ProposalActions aren't carried out.
EXPIRED - Members didn't cast the number of votes required to determine the proposal outcome
before the proposal expired. The specified ProposalActions aren't carried out.
ACTION_FAILED - One or more of the specified ProposalActions in a proposal that was
approved couldn't be completed because of an error.
status - The status of the proposal. Values are as follows:
IN_PROGRESS - The proposal is active and open for member voting.
APPROVED - The proposal was approved with sufficient YES votes among members
according to the VotingPolicy specified for the Network. The specified
proposal actions are carried out.
REJECTED - The proposal was rejected with insufficient YES votes among
members according to the VotingPolicy specified for the Network. The
specified ProposalActions aren't carried out.
EXPIRED - Members didn't cast the number of votes required to determine the proposal
outcome before the proposal expired. The specified ProposalActions aren't carried out.
ACTION_FAILED - One or more of the specified ProposalActions in a proposal
that was approved couldn't be completed because of an error.
ProposalStatus,
ProposalStatusProposalSummary.Builder creationDate(Instant creationDate)
The date and time that the proposal was created.
creationDate - The date and time that the proposal was created.ProposalSummary.Builder expirationDate(Instant expirationDate)
The date and time that the proposal expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy. After
this date and time, if members haven't cast enough votes to determine the outcome according to the voting
policy, the proposal is EXPIRED and Actions aren't carried out.
expirationDate - The date and time that the proposal expires. This is the CreationDate plus the
ProposalDurationInHours that is specified in the ProposalThresholdPolicy.
After this date and time, if members haven't cast enough votes to determine the outcome according to
the voting policy, the proposal is EXPIRED and Actions aren't carried out.ProposalSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
arn - The Amazon Resource Name (ARN) of the proposal. For more information about ARNs and their format, see
Amazon Resource
Names (ARNs) in the Amazon Web Services General Reference.Copyright © 2023. All rights reserved.