Interface BusinessChain.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BusinessChain.Builder,,BusinessChain> SdkBuilder<BusinessChain.Builder,,BusinessChain> SdkPojo
- Enclosing class:
BusinessChain
@Mutable
@NotThreadSafe
public static interface BusinessChain.Builder
extends SdkPojo, CopyableBuilder<BusinessChain.Builder,BusinessChain>
-
Method Summary
Modifier and TypeMethodDescriptionThe Business Chain Id.The business chain name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The business chain name.
- Parameters:
name- The business chain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The Business Chain Id.
- Parameters:
id- The Business Chain Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-