public static interface TypeConfigurationIdentifier.Builder extends SdkPojo, CopyableBuilder<TypeConfigurationIdentifier.Builder,TypeConfigurationIdentifier>
| Modifier and Type | Method and Description |
|---|---|
TypeConfigurationIdentifier.Builder |
type(String type)
The type of extension.
|
TypeConfigurationIdentifier.Builder |
type(ThirdPartyType type)
The type of extension.
|
TypeConfigurationIdentifier.Builder |
typeArn(String typeArn)
The Amazon Resource Name (ARN) for the extension, in this account and region.
|
TypeConfigurationIdentifier.Builder |
typeConfigurationAlias(String typeConfigurationAlias)
The alias specified for this configuration, if one was specified when the configuration was set.
|
TypeConfigurationIdentifier.Builder |
typeConfigurationArn(String typeConfigurationArn)
The Amazon Resource Name (ARN) for the configuration, in this account and region.
|
TypeConfigurationIdentifier.Builder |
typeName(String typeName)
The name of the extension type to which this configuration applies.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTypeConfigurationIdentifier.Builder typeArn(String 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 activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
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 activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.
TypeConfigurationIdentifier.Builder typeConfigurationAlias(String typeConfigurationAlias)
The alias specified for this configuration, if one was specified when the configuration was set.
typeConfigurationAlias - The alias specified for this configuration, if one was specified when the configuration was set.TypeConfigurationIdentifier.Builder typeConfigurationArn(String typeConfigurationArn)
The Amazon Resource Name (ARN) for the configuration, in this account and region.
typeConfigurationArn - The Amazon Resource Name (ARN) for the configuration, in this account and region.TypeConfigurationIdentifier.Builder type(String type)
The type of extension.
type - The type of extension.ThirdPartyType,
ThirdPartyTypeTypeConfigurationIdentifier.Builder type(ThirdPartyType type)
The type of extension.
type - The type of extension.ThirdPartyType,
ThirdPartyTypeTypeConfigurationIdentifier.Builder typeName(String typeName)
The name of the extension type to which this configuration applies.
typeName - The name of the extension type to which this configuration applies.Copyright © 2021. All rights reserved.