Interface CreateLandingZoneRequest.Builder

  • Method Details

    • version

      The landing zone version, for example, 3.0.

      Parameters:
      version - The landing zone version, for example, 3.0.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • manifest

      The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.

      Parameters:
      manifest - The manifest JSON file is a text file that describes your Amazon Web Services resources. For examples, review Launch your landing zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypesWithStrings

      CreateLandingZoneRequest.Builder remediationTypesWithStrings(Collection<String> remediationTypes)

      Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypesWithStrings

      CreateLandingZoneRequest.Builder remediationTypesWithStrings(String... remediationTypes)

      Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypes

      CreateLandingZoneRequest.Builder remediationTypes(Collection<RemediationType> remediationTypes)

      Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypes

      CreateLandingZoneRequest.Builder remediationTypes(RemediationType... remediationTypes)

      Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when creating the landing zone, such as automatic drift correction or compliance enforcement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Tags to be applied to the landing zone.

      Parameters:
      tags - Tags to be applied to the landing zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateLandingZoneRequest.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.