Interface UpdateLandingZoneRequest.Builder

  • Method Details

    • version

      The landing zone version, for example, 3.2.

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

      The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.

      Parameters:
      manifest - The manifest file (JSON) is a text file that describes your Amazon Web Services resources. For an example, review Launch your landing zone. The example manifest file contains each of the available parameters. The schema for the landing zone's JSON manifest file is not published, by design.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypesWithStrings

      UpdateLandingZoneRequest.Builder remediationTypesWithStrings(Collection<String> remediationTypes)

      Specifies the types of remediation actions to apply when updating the landing zone configuration.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when updating the landing zone configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypesWithStrings

      UpdateLandingZoneRequest.Builder remediationTypesWithStrings(String... remediationTypes)

      Specifies the types of remediation actions to apply when updating the landing zone configuration.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when updating the landing zone configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypes

      UpdateLandingZoneRequest.Builder remediationTypes(Collection<RemediationType> remediationTypes)

      Specifies the types of remediation actions to apply when updating the landing zone configuration.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when updating the landing zone configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediationTypes

      UpdateLandingZoneRequest.Builder remediationTypes(RemediationType... remediationTypes)

      Specifies the types of remediation actions to apply when updating the landing zone configuration.

      Parameters:
      remediationTypes - Specifies the types of remediation actions to apply when updating the landing zone configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • landingZoneIdentifier

      UpdateLandingZoneRequest.Builder landingZoneIdentifier(String landingZoneIdentifier)

      The unique identifier of the landing zone.

      Parameters:
      landingZoneIdentifier - The unique identifier of the landing zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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