| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
ProposalSummary.Builder |
ProposalSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the proposal.
|
static ProposalSummary.Builder |
ProposalSummary.builder() |
ProposalSummary.Builder |
ProposalSummary.Builder.creationDate(Instant creationDate)
The date and time that the proposal was created.
|
ProposalSummary.Builder |
ProposalSummary.Builder.description(String description)
The description of the proposal.
|
ProposalSummary.Builder |
ProposalSummary.Builder.expirationDate(Instant expirationDate)
The date and time that the proposal expires.
|
ProposalSummary.Builder |
ProposalSummary.Builder.proposalId(String proposalId)
The unique identifier of the proposal.
|
ProposalSummary.Builder |
ProposalSummary.Builder.proposedByMemberId(String proposedByMemberId)
The unique identifier of the member that created the proposal.
|
ProposalSummary.Builder |
ProposalSummary.Builder.proposedByMemberName(String proposedByMemberName)
The name of the member that created the proposal.
|
ProposalSummary.Builder |
ProposalSummary.Builder.status(ProposalStatus status)
The status of the proposal.
|
ProposalSummary.Builder |
ProposalSummary.Builder.status(String status)
The status of the proposal.
|
ProposalSummary.Builder |
ProposalSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProposalSummary.Builder> |
ProposalSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.