Interface CompositeComponentTypeResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>,SdkBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>,SdkPojo
- Enclosing class:
- CompositeComponentTypeResponse
public static interface CompositeComponentTypeResponse.Builder extends SdkPojo, CopyableBuilder<CompositeComponentTypeResponse.Builder,CompositeComponentTypeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompositeComponentTypeResponse.BuildercomponentTypeId(String componentTypeId)This is thecomponentTypeIdthat thiscompositeComponentTyperefers to.CompositeComponentTypeResponse.BuilderisInherited(Boolean isInherited)This boolean indicates whether thiscompositeComponentTypeis inherited from its parent.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
componentTypeId
CompositeComponentTypeResponse.Builder componentTypeId(String 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
CompositeComponentTypeResponse.Builder isInherited(Boolean 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.
-
-