public static interface SetTypeDefaultVersionRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<SetTypeDefaultVersionRequest.Builder,SetTypeDefaultVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
SetTypeDefaultVersionRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
|
SetTypeDefaultVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetTypeDefaultVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetTypeDefaultVersionRequest.Builder |
type(RegistryType type)
The kind of extension.
|
SetTypeDefaultVersionRequest.Builder |
type(String type)
The kind of extension.
|
SetTypeDefaultVersionRequest.Builder |
typeName(String typeName)
The name of the extension.
|
SetTypeDefaultVersionRequest.Builder |
versionId(String versionId)
The ID of a specific version of the extension.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSetTypeDefaultVersionRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
arn - The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
SetTypeDefaultVersionRequest.Builder type(String type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeSetTypeDefaultVersionRequest.Builder type(RegistryType type)
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
type - The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
RegistryType,
RegistryTypeSetTypeDefaultVersionRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
typeName - The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
SetTypeDefaultVersionRequest.Builder versionId(String versionId)
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon
Resource Name (ARN) assigned to the extension version when it is registered.SetTypeDefaultVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSetTypeDefaultVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.