Interface AnomalyResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AnomalyResource.Builder,AnomalyResource>,SdkBuilder<AnomalyResource.Builder,AnomalyResource>,SdkPojo
- Enclosing class:
- AnomalyResource
public static interface AnomalyResource.Builder extends SdkPojo, CopyableBuilder<AnomalyResource.Builder,AnomalyResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnomalyResource.Buildername(String name)The name of the Amazon Web Services resource.AnomalyResource.Buildertype(String type)The type of the Amazon Web Services resource.-
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, sdkFields
-
-
-
-
Method Detail
-
name
AnomalyResource.Builder name(String name)
The name of the Amazon Web Services resource.
- Parameters:
name- The name of the Amazon Web Services resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
AnomalyResource.Builder type(String type)
The type of the Amazon Web Services resource.
- Parameters:
type- The type of the Amazon Web Services resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-