Class CreateControlMappingSource
- java.lang.Object
-
- software.amazon.awssdk.services.auditmanager.model.CreateControlMappingSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateControlMappingSource.Builder,CreateControlMappingSource>
@Generated("software.amazon.awssdk:codegen") public final class CreateControlMappingSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateControlMappingSource.Builder,CreateControlMappingSource>
The mapping attributes that determine the evidence source for a given control, along with related parameters and metadata. This doesn't contain
mappingID.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateControlMappingSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateControlMappingSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateControlMappingSource.Builder>serializableBuilderClass()StringsourceDescription()The description of the data source that determines where Audit Manager collects evidence from for the control.SourceFrequencysourceFrequency()Specifies how often evidence is collected from the control mapping source.StringsourceFrequencyAsString()Specifies how often evidence is collected from the control mapping source.SourceKeywordsourceKeyword()Returns the value of the SourceKeyword property for this object.StringsourceName()The name of the control mapping data source.SourceSetUpOptionsourceSetUpOption()The setup option for the data source.StringsourceSetUpOptionAsString()The setup option for the data source.SourceTypesourceType()Specifies which type of data source is used to collect evidence.StringsourceTypeAsString()Specifies which type of data source is used to collect evidence.CreateControlMappingSource.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
-
sourceName
public final String sourceName()
The name of the control mapping data source.
- Returns:
- The name of the control mapping data source.
-
sourceDescription
public final String sourceDescription()
The description of the data source that determines where Audit Manager collects evidence from for the control.
- Returns:
- The description of the data source that determines where Audit Manager collects evidence from for the control.
-
sourceSetUpOption
public final SourceSetUpOption sourceSetUpOption()
The setup option for the data source. This option reflects if the evidence collection method is automated or manual. If you don’t provide a value for
sourceSetUpOption, Audit Manager automatically infers and populates the correct value based on thesourceTypethat you specify.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 method is automated
or manual. If you don’t provide a value for
sourceSetUpOption, Audit Manager automatically infers and populates the correct value based on thesourceTypethat you specify. - See Also:
SourceSetUpOption
-
sourceSetUpOptionAsString
public final String sourceSetUpOptionAsString()
The setup option for the data source. This option reflects if the evidence collection method is automated or manual. If you don’t provide a value for
sourceSetUpOption, Audit Manager automatically infers and populates the correct value based on thesourceTypethat you specify.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 method is automated
or manual. If you don’t provide a value for
sourceSetUpOption, Audit Manager automatically infers and populates the correct value based on thesourceTypethat you specify. - See Also:
SourceSetUpOption
-
sourceType
public final SourceType sourceType()
Specifies which type of data source is used to collect evidence.
-
The source can be an individual data source type, such as
AWS_Cloudtrail,AWS_Config,AWS_Security_Hub,AWS_API_Call, orMANUAL. -
The source can also be a managed grouping of data sources, such as a
Core_Controlor aCommon_Control.
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 which type of data source is used to collect evidence.
-
The source can be an individual data source type, such as
AWS_Cloudtrail,AWS_Config,AWS_Security_Hub,AWS_API_Call, orMANUAL. -
The source can also be a managed grouping of data sources, such as a
Core_Controlor aCommon_Control.
-
- See Also:
SourceType
-
-
sourceTypeAsString
public final String sourceTypeAsString()
Specifies which type of data source is used to collect evidence.
-
The source can be an individual data source type, such as
AWS_Cloudtrail,AWS_Config,AWS_Security_Hub,AWS_API_Call, orMANUAL. -
The source can also be a managed grouping of data sources, such as a
Core_Controlor aCommon_Control.
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 which type of data source is used to collect evidence.
-
The source can be an individual data source type, such as
AWS_Cloudtrail,AWS_Config,AWS_Security_Hub,AWS_API_Call, orMANUAL. -
The source can also be a managed grouping of data sources, such as a
Core_Controlor aCommon_Control.
-
- 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 CreateControlMappingSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateControlMappingSource.Builder,CreateControlMappingSource>
-
builder
public static CreateControlMappingSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateControlMappingSource.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.
-
-