Interface ResourceDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceDetails.Builder,ResourceDetails>,SdkBuilder<ResourceDetails.Builder,ResourceDetails>,SdkPojo
- Enclosing class:
- ResourceDetails
public static interface ResourceDetails.Builder extends SdkPojo, CopyableBuilder<ResourceDetails.Builder,ResourceDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceDetails.BuilderresourceConfiguration(String resourceConfiguration)The resource definition to be evaluated as per the resource configuration schema type.ResourceDetails.BuilderresourceConfigurationSchemaType(String resourceConfigurationSchemaType)The schema type of the resource configuration.ResourceDetails.BuilderresourceConfigurationSchemaType(ResourceConfigurationSchemaType resourceConfigurationSchemaType)The schema type of the resource configuration.ResourceDetails.BuilderresourceId(String resourceId)A unique resource ID for an evaluation.ResourceDetails.BuilderresourceType(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, sdkFields
-
-
-
-
Method Detail
-
resourceId
ResourceDetails.Builder resourceId(String 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
ResourceDetails.Builder resourceType(String 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
ResourceDetails.Builder resourceConfiguration(String 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
ResourceDetails.Builder resourceConfigurationSchemaType(String 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,ResourceConfigurationSchemaType
-
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:
ResourceConfigurationSchemaType,ResourceConfigurationSchemaType
-
-