Interface CreatePlaceIndexResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreatePlaceIndexResponse.Builder,CreatePlaceIndexResponse>, LocationResponse.Builder, SdkBuilder<CreatePlaceIndexResponse.Builder,CreatePlaceIndexResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreatePlaceIndexResponse

public static interface CreatePlaceIndexResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreatePlaceIndexResponse.Builder,CreatePlaceIndexResponse>
  • Method Details

    • createTime

      CreatePlaceIndexResponse.Builder createTime(Instant createTime)

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

      Parameters:
      createTime - The timestamp for when the place index 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.
    • indexArn

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

      • Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex

      Parameters:
      indexArn - The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.

      • Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex

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

      The name for the place index resource.

      Parameters:
      indexName - The name for the place index resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.