public static interface PutResourceConfigRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<PutResourceConfigRequest.Builder,PutResourceConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
PutResourceConfigRequest.Builder |
configuration(String configuration)
The configuration object of the resource in valid JSON format.
|
PutResourceConfigRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutResourceConfigRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutResourceConfigRequest.Builder |
resourceId(String resourceId)
Unique identifier of the resource.
|
PutResourceConfigRequest.Builder |
resourceName(String resourceName)
Name of the resource.
|
PutResourceConfigRequest.Builder |
resourceType(String resourceType)
The type of the resource.
|
PutResourceConfigRequest.Builder |
schemaVersionId(String schemaVersionId)
Version of the schema registered for the ResourceType in CloudFormation.
|
PutResourceConfigRequest.Builder |
tags(Map<String,String> tags)
Tags associated with the resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutResourceConfigRequest.Builder resourceType(String resourceType)
The type of the resource. The custom resource type must be registered with CloudFormation.
You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.
resourceType - The type of the resource. The custom resource type must be registered with CloudFormation. You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::.
PutResourceConfigRequest.Builder schemaVersionId(String schemaVersionId)
Version of the schema registered for the ResourceType in CloudFormation.
schemaVersionId - Version of the schema registered for the ResourceType in CloudFormation.PutResourceConfigRequest.Builder resourceId(String resourceId)
Unique identifier of the resource.
resourceId - Unique identifier of the resource.PutResourceConfigRequest.Builder resourceName(String resourceName)
Name of the resource.
resourceName - Name of the resource.PutResourceConfigRequest.Builder configuration(String configuration)
The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.
The configuration JSON must not exceed 64 KB.
configuration - The configuration object of the resource in valid JSON format. It must match the schema registered
with CloudFormation. The configuration JSON must not exceed 64 KB.
PutResourceConfigRequest.Builder tags(Map<String,String> tags)
Tags associated with the resource.
This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services
resources. Tags for PutResourceConfig are tags that you supply for the configuration items of
your custom resources.
tags - Tags associated with the resource.
This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services
resources. Tags for PutResourceConfig are tags that you supply for the configuration
items of your custom resources.
PutResourceConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutResourceConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.