Interface ResourceDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ResourceDetails.Builder,
,ResourceDetails> SdkBuilder<ResourceDetails.Builder,
,ResourceDetails> SdkPojo
- Enclosing class:
ResourceDetails
-
Method Summary
Modifier and TypeMethodDescriptionresourceConfiguration
(String resourceConfiguration) The resource definition to be evaluated as per the resource configuration schema type.resourceConfigurationSchemaType
(String resourceConfigurationSchemaType) The schema type of the resource configuration.resourceConfigurationSchemaType
(ResourceConfigurationSchemaType resourceConfigurationSchemaType) The schema type of the resource configuration.resourceId
(String resourceId) A unique resource ID for an evaluation.resourceType
(String resourceType) The type of resource being evaluated.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
-
resourceId
A unique resource ID for an evaluation.
- Parameters:
resourceId
- A unique resource ID for an evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of resource being evaluated.
- Parameters:
resourceType
- The type of resource being evaluated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfiguration
The resource definition to be evaluated as per the resource configuration schema type.
- Parameters:
resourceConfiguration
- The resource definition to be evaluated as per the resource configuration schema type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationSchemaType
The schema type of the resource configuration.
You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA
, in "Amazon Web Services public extensions" within the CloudFormation registry or with the following CLI commmand:aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE
.For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
- Parameters:
resourceConfigurationSchemaType
- The schema type of the resource configuration.You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA
, in "Amazon Web Services public extensions" within the CloudFormation registry or with the following CLI commmand:aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE
.For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceConfigurationSchemaType
ResourceDetails.Builder resourceConfigurationSchemaType(ResourceConfigurationSchemaType resourceConfigurationSchemaType) The schema type of the resource configuration.
You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA
, in "Amazon Web Services public extensions" within the CloudFormation registry or with the following CLI commmand:aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE
.For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
- Parameters:
resourceConfigurationSchemaType
- The schema type of the resource configuration.You can find the Resource type schema, or
CFN_RESOURCE_SCHEMA
, in "Amazon Web Services public extensions" within the CloudFormation registry or with the following CLI commmand:aws cloudformation describe-type --type-name "AWS::S3::Bucket" --type RESOURCE
.For more information, see Managing extensions through the CloudFormation registry and Amazon Web Services resource and property types reference in the CloudFormation User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-