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 SummaryModifier and TypeMethodDescriptionThe Business Chain Id.The business chain name.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe business chain name. - Parameters:
- name- The business chain name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe Business Chain Id. - Parameters:
- id- The Business Chain Id.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-