Interface RecommendationRelatedAnomalyResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationRelatedAnomalyResource.Builder,
,RecommendationRelatedAnomalyResource> SdkBuilder<RecommendationRelatedAnomalyResource.Builder,
,RecommendationRelatedAnomalyResource> SdkPojo
- Enclosing class:
RecommendationRelatedAnomalyResource
@Mutable
@NotThreadSafe
public static interface RecommendationRelatedAnomalyResource.Builder
extends SdkPojo, CopyableBuilder<RecommendationRelatedAnomalyResource.Builder,RecommendationRelatedAnomalyResource>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the resource.The type of the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the resource.
- Parameters:
name
- The name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers,
service-provider::service-name::data-type-name
. For example,AWS::RDS::DBCluster
. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.- Parameters:
type
- The type of the resource. Resource types take the same form that is used by Amazon Web Services CloudFormation resource type identifiers,service-provider::service-name::data-type-name
. For example,AWS::RDS::DBCluster
. For more information, see Amazon Web Services resource and property types reference in the Amazon Web Services CloudFormation User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-