Class ControlMappingSource
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.ControlMappingSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ControlMappingSource.Builder,ControlMappingSource>
@Generated("software.amazon.awssdk:codegen") public final class ControlMappingSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ControlMappingSource.Builder,ControlMappingSource>
The data source that determines where Audit Manager collects evidence from for the control.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceControlMappingSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ControlMappingSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ControlMappingSource.Builder>serializableBuilderClass()StringsourceDescription()The description of the source.SourceFrequencysourceFrequency()Specifies how often evidence is collected from the control mapping source.StringsourceFrequencyAsString()Specifies how often evidence is collected from the control mapping source.StringsourceId()The unique identifier for the source.SourceKeywordsourceKeyword()Returns the value of the SourceKeyword property for this object.StringsourceName()The name of the source.SourceSetUpOptionsourceSetUpOption()The setup option for the data source.StringsourceSetUpOptionAsString()The setup option for the data source.SourceTypesourceType()Specifies one of the five data source types for evidence collection.StringsourceTypeAsString()Specifies one of the five data source types for evidence collection.ControlMappingSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtroubleshootingText()The instructions for troubleshooting the control.-
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
-
sourceId
public final String sourceId()
The unique identifier for the source.
- Returns:
- The unique identifier for the source.
-
sourceName
public final String sourceName()
The name of the source.
- Returns:
- The name of the source.
-
sourceDescription
public final String sourceDescription()
The description of the source.
- Returns:
- The description of the source.
-
sourceSetUpOption
public final SourceSetUpOption sourceSetUpOption()
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
If the service returns an enum value that is not available in the current SDK version,
sourceSetUpOptionwill returnSourceSetUpOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceSetUpOptionAsString().- Returns:
- The setup option for the data source. This option reflects if the evidence collection is automated or manual.
- See Also:
SourceSetUpOption
-
sourceSetUpOptionAsString
public final String sourceSetUpOptionAsString()
The setup option for the data source. This option reflects if the evidence collection is automated or manual.
If the service returns an enum value that is not available in the current SDK version,
sourceSetUpOptionwill returnSourceSetUpOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceSetUpOptionAsString().- Returns:
- The setup option for the data source. This option reflects if the evidence collection is automated or manual.
- See Also:
SourceSetUpOption
-
sourceType
public final SourceType sourceType()
Specifies one of the five data source types for evidence collection.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- Specifies one of the five data source types for evidence collection.
- See Also:
SourceType
-
sourceTypeAsString
public final String sourceTypeAsString()
Specifies one of the five data source types for evidence collection.
If the service returns an enum value that is not available in the current SDK version,
sourceTypewill returnSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceTypeAsString().- Returns:
- Specifies one of the five data source types for evidence collection.
- See Also:
SourceType
-
sourceKeyword
public final SourceKeyword sourceKeyword()
Returns the value of the SourceKeyword property for this object.- Returns:
- The value of the SourceKeyword property for this object.
-
sourceFrequency
public final SourceFrequency sourceFrequency()
Specifies how often evidence is collected from the control mapping source.
If the service returns an enum value that is not available in the current SDK version,
sourceFrequencywill returnSourceFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceFrequencyAsString().- Returns:
- Specifies how often evidence is collected from the control mapping source.
- See Also:
SourceFrequency
-
sourceFrequencyAsString
public final String sourceFrequencyAsString()
Specifies how often evidence is collected from the control mapping source.
If the service returns an enum value that is not available in the current SDK version,
sourceFrequencywill returnSourceFrequency.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsourceFrequencyAsString().- Returns:
- Specifies how often evidence is collected from the control mapping source.
- See Also:
SourceFrequency
-
troubleshootingText
public final String troubleshootingText()
The instructions for troubleshooting the control.
- Returns:
- The instructions for troubleshooting the control.
-
toBuilder
public ControlMappingSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ControlMappingSource.Builder,ControlMappingSource>
-
builder
public static ControlMappingSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends ControlMappingSource.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.
-
-