Interface Proposer.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Proposer.Builder,Proposer>,SdkBuilder<Proposer.Builder,Proposer>,SdkPojo
- Enclosing class:
- Proposer
public static interface Proposer.Builder extends SdkPojo, CopyableBuilder<Proposer.Builder,Proposer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Proposer.BuilderaccountId(String accountId)The AWS account ID of the proposer.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
Proposer.Builder accountId(String accountId)
The AWS account ID of the proposer.
- Parameters:
accountId- The AWS account ID of the proposer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-