Interface GetProposalRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetProposalRequest.Builder,GetProposalRequest>,ManagedBlockchainRequest.Builder,SdkBuilder<GetProposalRequest.Builder,GetProposalRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetProposalRequest
public static interface GetProposalRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<GetProposalRequest.Builder,GetProposalRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetProposalRequest.BuildernetworkId(String networkId)The unique identifier of the network for which the proposal is made.GetProposalRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetProposalRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetProposalRequest.BuilderproposalId(String proposalId)The unique identifier of the proposal.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.managedblockchain.model.ManagedBlockchainRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
networkId
GetProposalRequest.Builder networkId(String networkId)
The unique identifier of the network for which the proposal is made.
- Parameters:
networkId- The unique identifier of the network for which the proposal is made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proposalId
GetProposalRequest.Builder proposalId(String proposalId)
The unique identifier of the proposal.
- Parameters:
proposalId- The unique identifier of the proposal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetProposalRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetProposalRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-