Interface CreateOutpostRequest.Builder

  • Method Details

    • name

      Sets the value of the Name property for this object.
      Parameters:
      name - The new value for the Name property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateOutpostRequest.Builder description(String description)
      Sets the value of the Description property for this object.
      Parameters:
      description - The new value for the Description property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • siteId

      The ID or the Amazon Resource Name (ARN) of the site.

      Parameters:
      siteId - The ID or the Amazon Resource Name (ARN) of the site.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZone

      CreateOutpostRequest.Builder availabilityZone(String availabilityZone)
      Sets the value of the AvailabilityZone property for this object.
      Parameters:
      availabilityZone - The new value for the AvailabilityZone property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZoneId

      CreateOutpostRequest.Builder availabilityZoneId(String availabilityZoneId)
      Sets the value of the AvailabilityZoneId property for this object.
      Parameters:
      availabilityZoneId - The new value for the AvailabilityZoneId property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags to apply to the Outpost.

      Parameters:
      tags - The tags to apply to the Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedHardwareType

      CreateOutpostRequest.Builder supportedHardwareType(String supportedHardwareType)

      The type of hardware for this Outpost.

      Parameters:
      supportedHardwareType - The type of hardware for this Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • supportedHardwareType

      CreateOutpostRequest.Builder supportedHardwareType(SupportedHardwareType supportedHardwareType)

      The type of hardware for this Outpost.

      Parameters:
      supportedHardwareType - The type of hardware for this Outpost.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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