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
Modifier and TypeMethodDescriptionA 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 Details
-
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.
-