Interface ImplementationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImplementationDetails.Builder,ImplementationDetails>,SdkBuilder<ImplementationDetails.Builder,ImplementationDetails>,SdkPojo
- Enclosing class:
- ImplementationDetails
public static interface ImplementationDetails.Builder extends SdkPojo, CopyableBuilder<ImplementationDetails.Builder,ImplementationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImplementationDetails.Buildertype(String type)A string that describes a control's implementation type.-
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
-
type
ImplementationDetails.Builder type(String type)
A string that describes a control's implementation type.
- Parameters:
type- A string that describes a control's implementation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-