Interface SetTypeDefaultVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<SetTypeDefaultVersionRequest.Builder,SetTypeDefaultVersionRequest>,SdkBuilder<SetTypeDefaultVersionRequest.Builder,SetTypeDefaultVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- SetTypeDefaultVersionRequest
public static interface SetTypeDefaultVersionRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<SetTypeDefaultVersionRequest.Builder,SetTypeDefaultVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetTypeDefaultVersionRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the extension for which you want version summary information.SetTypeDefaultVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetTypeDefaultVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetTypeDefaultVersionRequest.Buildertype(String type)The kind of extension.SetTypeDefaultVersionRequest.Buildertype(RegistryType type)The kind of extension.SetTypeDefaultVersionRequest.BuildertypeName(String typeName)The name of the extension.SetTypeDefaultVersionRequest.BuilderversionId(String versionId)The ID of a specific version of the extension.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
SetTypeDefaultVersionRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the extension for which you want version summary information.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
arn- The Amazon Resource Name (ARN) of the extension for which you want version summary information.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
SetTypeDefaultVersionRequest.Builder type(String type)
The kind of extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
type- The kind of extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistryType,RegistryType
-
type
SetTypeDefaultVersionRequest.Builder type(RegistryType type)
The kind of extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
type- The kind of extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RegistryType,RegistryType
-
typeName
SetTypeDefaultVersionRequest.Builder typeName(String typeName)
The name of the extension.
Conditional: You must specify either
TypeNameandType, orArn.- Parameters:
typeName- The name of the extension.Conditional: You must specify either
TypeNameandType, orArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetTypeDefaultVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetTypeDefaultVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-