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 control mapping fields that represent the source for evidence collection, 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, which reflects if the evidence collection is automated or manual.StringsourceSetUpOptionAsString()The setup option for the data source, which reflects if the evidence collection is automated or manual.SourceTypesourceType()Specifies one of the five types of data sources for evidence collection.StringsourceTypeAsString()Specifies one of the five types of data sources for evidence collection.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, which 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, which reflects if the evidence collection is automated or manual.
- See Also:
SourceSetUpOption
-
sourceSetUpOptionAsString
public final String sourceSetUpOptionAsString()
The setup option for the data source, which 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, which reflects if the evidence collection is automated or manual.
- See Also:
SourceSetUpOption
-
sourceType
public final SourceType sourceType()
Specifies one of the five types of data sources 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 types of data sources for evidence collection.
- See Also:
SourceType
-
sourceTypeAsString
public final String sourceTypeAsString()
Specifies one of the five types of data sources 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 types of data sources 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 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.
-
-