| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation |
|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SetTypeConfigurationResponse> |
CloudFormationAsyncClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest)
Specifies the configuration data for a registered CloudFormation extension, in the given account and region.
|
default SetTypeConfigurationResponse |
CloudFormationClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest)
Specifies the configuration data for a registered CloudFormation extension, in the given account and region.
|
| Modifier and Type | Method and Description |
|---|---|
static SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.builder() |
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.configuration(String configuration)
The configuration data for the extension, in this account and region.
|
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.configurationAlias(String configurationAlias)
An alias by which to refer to this extension configuration data.
|
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.toBuilder() |
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.type(String type)
The type of extension.
|
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.type(ThirdPartyType type)
The type of extension.
|
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.typeArn(String typeArn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
|
SetTypeConfigurationRequest.Builder |
SetTypeConfigurationRequest.Builder.typeName(String typeName)
The name of the extension.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetTypeConfigurationRequest.Builder> |
SetTypeConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.