Interface CreateMapResponse.Builder

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

public static interface CreateMapResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<CreateMapResponse.Builder,CreateMapResponse>
  • 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.