Class AppInputSource
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.AppInputSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppInputSource.Builder,AppInputSource>
@Generated("software.amazon.awssdk:codegen") public final class AppInputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppInputSource.Builder,AppInputSource>
The list of Resilience Hub application input sources.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppInputSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppInputSource.Builderbuilder()EksSourceClusterNamespaceeksSourceClusterNamespace()The namespace on your Amazon Elastic Kubernetes Service cluster.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceMappingTypeimportType()The resource type of the input source.StringimportTypeAsString()The resource type of the input source.IntegerresourceCount()The number of resources.List<SdkField<?>>sdkFields()static Class<? extends AppInputSource.Builder>serializableBuilderClass()StringsourceArn()The Amazon Resource Name (ARN) of the input source.StringsourceName()The name of the input source.TerraformSourceterraformSource()The name of the Terraform s3 state file.AppInputSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
eksSourceClusterNamespace
public final EksSourceClusterNamespace eksSourceClusterNamespace()
The namespace on your Amazon Elastic Kubernetes Service cluster.
- Returns:
- The namespace on your Amazon Elastic Kubernetes Service cluster.
-
importType
public final ResourceMappingType importType()
The resource type of the input source.
If the service returns an enum value that is not available in the current SDK version,
importTypewill returnResourceMappingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportTypeAsString().- Returns:
- The resource type of the input source.
- See Also:
ResourceMappingType
-
importTypeAsString
public final String importTypeAsString()
The resource type of the input source.
If the service returns an enum value that is not available in the current SDK version,
importTypewill returnResourceMappingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportTypeAsString().- Returns:
- The resource type of the input source.
- See Also:
ResourceMappingType
-
resourceCount
public final Integer resourceCount()
The number of resources.
- Returns:
- The number of resources.
-
sourceArn
public final String sourceArn()
The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
- Returns:
- The Amazon Resource Name (ARN) of the input source. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
-
sourceName
public final String sourceName()
The name of the input source.
- Returns:
- The name of the input source.
-
terraformSource
public final TerraformSource terraformSource()
The name of the Terraform s3 state file.
- Returns:
- The name of the Terraform s3 state file.
-
toBuilder
public AppInputSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppInputSource.Builder,AppInputSource>
-
builder
public static AppInputSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppInputSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-