Interface CreateMapResponse.Builder

    • Method Detail

      • mapName

        CreateMapResponse.Builder mapName​(String 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

        CreateMapResponse.Builder mapArn​(String 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.