Interface PutResourceConfigRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,ConfigRequest.Builder
,CopyableBuilder<PutResourceConfigRequest.Builder,
,PutResourceConfigRequest> SdkBuilder<PutResourceConfigRequest.Builder,
,PutResourceConfigRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
PutResourceConfigRequest
-
Method Summary
Modifier and TypeMethodDescriptionconfiguration
(String configuration) The configuration object of the resource in valid JSON format.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceId
(String resourceId) Unique identifier of the resource.resourceName
(String resourceName) Name of the resource.resourceType
(String resourceType) The type of the resource.schemaVersionId
(String schemaVersionId) Version of the schema registered for the ResourceType in CloudFormation.Tags associated with the resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
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 Details
-
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 ::.
- Parameters:
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 ::.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersionId
Version of the schema registered for the ResourceType in CloudFormation.
- Parameters:
schemaVersionId
- Version of the schema registered for the ResourceType in CloudFormation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
Unique identifier of the resource.
- Parameters:
resourceId
- Unique identifier of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceName
Name of the resource.
- Parameters:
resourceName
- Name of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutResourceConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PutResourceConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-