Interface StartOnDemandAuditTaskRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>, IotRequest.Builder, SdkBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
StartOnDemandAuditTaskRequest

public static interface StartOnDemandAuditTaskRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<StartOnDemandAuditTaskRequest.Builder,StartOnDemandAuditTaskRequest>
  • Method Details

    • targetCheckNames

      StartOnDemandAuditTaskRequest.Builder targetCheckNames(Collection<String> targetCheckNames)

      Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.

      Parameters:
      targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetCheckNames

      StartOnDemandAuditTaskRequest.Builder targetCheckNames(String... targetCheckNames)

      Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.

      Parameters:
      targetCheckNames - Which checks are performed during the audit. The checks you specify must be enabled for your account or an exception occurs. Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration to select which checks are enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      StartOnDemandAuditTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.