@Generated(value="software.amazon.awssdk:codegen") public final class ActivateTypeRequest extends CloudFormationRequest implements ToCopyableBuilder<ActivateTypeRequest.Builder,ActivateTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActivateTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoUpdate()
Whether to automatically update the extension in this account and region when a new minor version is
published by the extension publisher.
|
static ActivateTypeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
executionRoleArn()
The name of the IAM execution role to use to activate the extension.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LoggingConfig |
loggingConfig()
Returns the value of the LoggingConfig property for this object.
|
Long |
majorVersion()
The major version of this extension you want to activate, if multiple major versions are available.
|
String |
publicTypeArn()
The Amazon Resource Number (ARN) of the public extension.
|
String |
publisherId()
The ID of the extension publisher.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActivateTypeRequest.Builder> |
serializableBuilderClass() |
ActivateTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ThirdPartyType |
type()
The extension type.
|
String |
typeAsString()
The extension type.
|
String |
typeName()
The name of the extension.
|
String |
typeNameAlias()
An alias to assign to the public extension, in this account and region.
|
VersionBump |
versionBump()
Manually updates a previously-activated type to a new major or minor version, if available.
|
String |
versionBumpAsString()
Manually updates a previously-activated type to a new major or minor version, if available.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ThirdPartyType type()
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
If the service returns an enum value that is not available in the current SDK version, type will return
ThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ThirdPartyTypepublic final String typeAsString()
The extension type.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
If the service returns an enum value that is not available in the current SDK version, type will return
ThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
ThirdPartyTypepublic final String publicTypeArn()
The Amazon Resource Number (ARN) of the public extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
public final String publisherId()
The ID of the extension publisher.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
public final String typeName()
The name of the extension.
Conditional: You must specify PublicTypeArn, or TypeName, Type, and
PublisherId.
Conditional: You must specify PublicTypeArn, or TypeName, Type,
and PublisherId.
public final 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.
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.
public final 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.
The default is true.
public final LoggingConfig loggingConfig()
public final String executionRoleArn()
The name of the IAM execution role to use to activate the extension.
public final 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.
If the service returns an enum value that is not available in the current SDK version, versionBump will
return VersionBump.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
versionBumpAsString().
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.
VersionBumppublic final String versionBumpAsString()
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.
If the service returns an enum value that is not available in the current SDK version, versionBump will
return VersionBump.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
versionBumpAsString().
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.
VersionBumppublic final 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.
You can specify MajorVersion or VersionBump, but not both.
public ActivateTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActivateTypeRequest.Builder,ActivateTypeRequest>toBuilder in class CloudFormationRequestpublic static ActivateTypeRequest.Builder builder()
public static Class<? extends ActivateTypeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.