Interface Warnings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Warnings.Builder,Warnings>,SdkBuilder<Warnings.Builder,Warnings>,SdkPojo
- Enclosing class:
- Warnings
public static interface Warnings.Builder extends SdkPojo, CopyableBuilder<Warnings.Builder,Warnings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Warnings.BuilderunrecognizedResourceTypes(String... unrecognizedResourceTypes)A list of all of the unrecognized resource types.Warnings.BuilderunrecognizedResourceTypes(Collection<String> unrecognizedResourceTypes)A list of all of the unrecognized resource types.-
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
-
unrecognizedResourceTypes
Warnings.Builder unrecognizedResourceTypes(Collection<String> unrecognizedResourceTypes)
A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfigparameter has theTreatUnrecognizedResourceTypesAsWarningconfiguration set toTrue.- Parameters:
unrecognizedResourceTypes- A list of all of the unrecognized resource types. This is only returned if theTemplateSummaryConfigparameter has theTreatUnrecognizedResourceTypesAsWarningconfiguration set toTrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unrecognizedResourceTypes
Warnings.Builder unrecognizedResourceTypes(String... unrecognizedResourceTypes)
A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfigparameter has theTreatUnrecognizedResourceTypesAsWarningconfiguration set toTrue.- Parameters:
unrecognizedResourceTypes- A list of all of the unrecognized resource types. This is only returned if theTemplateSummaryConfigparameter has theTreatUnrecognizedResourceTypesAsWarningconfiguration set toTrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-