Interface CreateMapResponse.Builder

  • Method Details

    • mapName

      The name of the map resource.

      Parameters:
      mapName - The name of the map resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mapArn

      The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

      • Format example: arn:aws:geo:region:account-id:map/ExampleMap

      Parameters:
      mapArn - The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.

      • Format example: arn:aws:geo:region:account-id:map/ExampleMap

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createTime

      CreateMapResponse.Builder createTime(Instant createTime)

      The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

      Parameters:
      createTime - The timestamp for when the map resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.
      Returns:
      Returns a reference to this object so that method calls can be chained together.