Class SetTypeConfigurationRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe configuration data for the extension in this account and Region.final StringAn alias by which to refer to this extension configuration data.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends SetTypeConfigurationRequest.Builder>final StringtoString()Returns a string representation of this object.final ThirdPartyTypetype()The type of extension.final StringtypeArn()The Amazon Resource Name (ARN) for the extension in this account and Region.final StringThe type of extension.final StringtypeName()The name of the extension.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
typeArn
The Amazon Resource Name (ARN) for the extension in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
- Returns:
- The Amazon Resource Name (ARN) for the extension in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
-
configuration
The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema returned in the
Schemaresponse element of DescribeType.- Returns:
- The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema returned in the
Schemaresponse element of DescribeType.
-
configurationAlias
An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
- Returns:
- An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
-
typeName
The name of the extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Returns:
- The name of the extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.
-
type
The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName. - See Also:
-
typeAsString
The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest> - Specified by:
toBuilderin classCloudFormationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-