Interface Acceptor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Acceptor.Builder,Acceptor>,SdkBuilder<Acceptor.Builder,Acceptor>,SdkPojo
- Enclosing class:
- Acceptor
public static interface Acceptor.Builder extends SdkPojo, CopyableBuilder<Acceptor.Builder,Acceptor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Acceptor.BuilderaccountId(String accountId)The AWS account ID of the acceptor.-
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
Acceptor.Builder accountId(String accountId)
The AWS account ID of the acceptor.
- Parameters:
accountId- The AWS account ID of the acceptor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-