public static interface ActivateTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<ActivateTypeRequest.Builder,ActivateTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
ActivateTypeRequest.Builder |
autoUpdate(Boolean autoUpdate)
Whether to automatically update the extension in this account and region when a new minor version is
published by the extension publisher.
|
ActivateTypeRequest.Builder |
executionRoleArn(String executionRoleArn)
The name of the IAM execution role to use to activate the extension.
|
default ActivateTypeRequest.Builder |
loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
Sets the value of the LoggingConfig property for this object.
|
ActivateTypeRequest.Builder |
loggingConfig(LoggingConfig loggingConfig)
Sets the value of the LoggingConfig property for this object.
|
ActivateTypeRequest.Builder |
majorVersion(Long majorVersion)
The major version of this extension you want to activate, if multiple major versions are available.
|
ActivateTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ActivateTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ActivateTypeRequest.Builder |
publicTypeArn(String publicTypeArn)
The Amazon Resource Name (ARN) of the public extension.
|
ActivateTypeRequest.Builder |
publisherId(String publisherId)
The ID of the extension publisher.
|
ActivateTypeRequest.Builder |
type(String type)
The extension type.
|
ActivateTypeRequest.Builder |
type(ThirdPartyType type)
The extension type.
|
ActivateTypeRequest.Builder |
typeName(String typeName)
The name of the extension.
|
ActivateTypeRequest.Builder |
typeNameAlias(String typeNameAlias)
An alias to assign to the public extension, in this account and region.
|
ActivateTypeRequest.Builder |
versionBump(String versionBump)
Manually updates a previously-activated type to a new major or minor version, if available.
|
ActivateTypeRequest.Builder |
versionBump(VersionBump versionBump)
Manually updates a previously-activated type to a new major or minor version, if available.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildActivateTypeRequest.Builder type(String type)
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
type - The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ThirdPartyType,
ThirdPartyTypeActivateTypeRequest.Builder type(ThirdPartyType type)
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
type - The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ThirdPartyType,
ThirdPartyTypeActivateTypeRequest.Builder publicTypeArn(String publicTypeArn)
The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
publicTypeArn - The Amazon Resource Name (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ActivateTypeRequest.Builder publisherId(String publisherId)
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
publisherId - The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ActivateTypeRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
typeName - The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ActivateTypeRequest.Builder typeNameAlias(String typeNameAlias)
An alias to assign to the public extension, in this account and region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
typeNameAlias - An alias to assign to the public extension, in this account and region. If you specify an alias for
the extension, CloudFormation treats the alias as the extension type name within this account and
region. You must use the alias to refer to the extension in your templates, API calls, and
CloudFormation console.
An extension alias must be unique within a given account and region. You can activate the same public resource multiple times in the same account and region, using different type name aliases.
ActivateTypeRequest.Builder autoUpdate(Boolean autoUpdate)
Whether to automatically update the extension in this account and region when a new minor version is published by the extension publisher. Major versions released by the publisher must be manually updated.
The default is true.
autoUpdate - Whether to automatically update the extension in this account and region when a new minor
version is published by the extension publisher. Major versions released by the publisher must be
manually updated.
The default is true.
ActivateTypeRequest.Builder loggingConfig(LoggingConfig loggingConfig)
loggingConfig - The new value for the LoggingConfig property for this object.default ActivateTypeRequest.Builder loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig)
LoggingConfig.Builder avoiding the need
to create one manually via LoggingConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to loggingConfig(LoggingConfig).loggingConfig - a consumer that will call methods on LoggingConfig.BuilderloggingConfig(LoggingConfig)ActivateTypeRequest.Builder executionRoleArn(String executionRoleArn)
The name of the IAM execution role to use to activate the extension.
executionRoleArn - The name of the IAM execution role to use to activate the extension.ActivateTypeRequest.Builder versionBump(String versionBump)
Manually updates a previously-activated type to a new major or minor version, if available. You can also use
this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
versionBump - Manually updates a previously-activated type to a new major or minor version, if available. You can
also use this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is
available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is
available.
VersionBump,
VersionBumpActivateTypeRequest.Builder versionBump(VersionBump versionBump)
Manually updates a previously-activated type to a new major or minor version, if available. You can also use
this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is available.
versionBump - Manually updates a previously-activated type to a new major or minor version, if available. You can
also use this parameter to update the value of AutoUpdate.
MAJOR: CloudFormation updates the extension to the newest major version, if one is
available.
MINOR: CloudFormation updates the extension to the newest minor version, if one is
available.
VersionBump,
VersionBumpActivateTypeRequest.Builder majorVersion(Long majorVersion)
The major version of this extension you want to activate, if multiple major versions are available. The default is the latest major version. CloudFormation uses the latest available minor version of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
majorVersion - The major version of this extension you want to activate, if multiple major versions are available.
The default is the latest major version. CloudFormation uses the latest available minor version
of the major version selected.
You can specify MajorVersion or VersionBump, but not both.
ActivateTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderActivateTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.