public static interface Warnings.Builder extends SdkPojo, CopyableBuilder<Warnings.Builder,Warnings>
| Modifier and Type | Method and Description |
|---|---|
Warnings.Builder |
unrecognizedResourceTypes(Collection<String> unrecognizedResourceTypes)
A list of all of the unrecognized resource types.
|
Warnings.Builder |
unrecognizedResourceTypes(String... unrecognizedResourceTypes)
A list of all of the unrecognized resource types.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWarnings.Builder unrecognizedResourceTypes(Collection<String> unrecognizedResourceTypes)
A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning
configuration set to True.
unrecognizedResourceTypes - A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfig parameter has the
TreatUnrecognizedResourceTypesAsWarning configuration set to True.Warnings.Builder unrecognizedResourceTypes(String... unrecognizedResourceTypes)
A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfig parameter has the TreatUnrecognizedResourceTypesAsWarning
configuration set to True.
unrecognizedResourceTypes - A list of all of the unrecognized resource types. This is only returned if the
TemplateSummaryConfig parameter has the
TreatUnrecognizedResourceTypesAsWarning configuration set to True.Copyright © 2023. All rights reserved.