Interface CompositeComponentTypeResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CompositeComponentTypeResponse.Builder,,CompositeComponentTypeResponse> SdkBuilder<CompositeComponentTypeResponse.Builder,,CompositeComponentTypeResponse> SdkPojo
- Enclosing class:
- CompositeComponentTypeResponse
@Mutable
@NotThreadSafe
public static interface CompositeComponentTypeResponse.Builder
extends SdkPojo, CopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentTypeId(String componentTypeId) This is thecomponentTypeIdthat thiscompositeComponentTyperefers to.isInherited(Boolean isInherited) This boolean indicates whether thiscompositeComponentTypeis inherited from its parent.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
-
componentTypeId
This is the
componentTypeIdthat thiscompositeComponentTyperefers to.- Parameters:
componentTypeId- This is thecomponentTypeIdthat thiscompositeComponentTyperefers to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isInherited
This boolean indicates whether this
compositeComponentTypeis inherited from its parent.- Parameters:
isInherited- This boolean indicates whether thiscompositeComponentTypeis inherited from its parent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-