Interface TypeConfigurationIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TypeConfigurationIdentifier.Builder,,TypeConfigurationIdentifier> SdkBuilder<TypeConfigurationIdentifier.Builder,,TypeConfigurationIdentifier> SdkPojo
- Enclosing class:
- TypeConfigurationIdentifier
-
Method Summary
Modifier and TypeMethodDescriptionThe type of extension.type(ThirdPartyType type) The type of extension.The ARN for the extension, in this account and Region.typeConfigurationAlias(String typeConfigurationAlias) The alias specified for this configuration, if one was specified when the configuration was set.typeConfigurationArn(String typeConfigurationArn) The ARN for the configuration, in this account and Region.The name of the extension type to which this configuration applies.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
typeArn
The 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.
- Parameters:
typeArn- The 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfigurationAlias
The alias specified for this configuration, if one was specified when the configuration was set.
- Parameters:
typeConfigurationAlias- The alias specified for this configuration, if one was specified when the configuration was set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typeConfigurationArn
The ARN for the configuration, in this account and Region.
- Parameters:
typeConfigurationArn- The ARN for the configuration, in this account and Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of extension.
- Parameters:
type- The type of extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of extension.
- Parameters:
type- The type of extension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
typeName
The name of the extension type to which this configuration applies.
- Parameters:
typeName- The name of the extension type to which this configuration applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-