Interface SidewalkAccountInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SidewalkAccountInfo.Builder,SidewalkAccountInfo>,SdkBuilder<SidewalkAccountInfo.Builder,SidewalkAccountInfo>,SdkPojo
- Enclosing class:
- SidewalkAccountInfo
public static interface SidewalkAccountInfo.Builder extends SdkPojo, CopyableBuilder<SidewalkAccountInfo.Builder,SidewalkAccountInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SidewalkAccountInfo.BuilderamazonId(String amazonId)The Sidewalk Amazon ID.SidewalkAccountInfo.BuilderappServerPrivateKey(String appServerPrivateKey)The Sidewalk application server private key.-
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
-
amazonId
SidewalkAccountInfo.Builder amazonId(String amazonId)
The Sidewalk Amazon ID.
- Parameters:
amazonId- The Sidewalk Amazon ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appServerPrivateKey
SidewalkAccountInfo.Builder appServerPrivateKey(String appServerPrivateKey)
The Sidewalk application server private key.
- Parameters:
appServerPrivateKey- The Sidewalk application server private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-