Interface CreateFhirDatastoreResponse.Builder

  • Method Details

    • datastoreId

      CreateFhirDatastoreResponse.Builder datastoreId(String datastoreId)

      The AWS-generated data store id. This id is in the output from the initial data store creation call.

      Parameters:
      datastoreId - The AWS-generated data store id. This id is in the output from the initial data store creation call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreArn

      CreateFhirDatastoreResponse.Builder datastoreArn(String datastoreArn)

      The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.

      Parameters:
      datastoreArn - The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreStatus

      CreateFhirDatastoreResponse.Builder datastoreStatus(String datastoreStatus)

      The status of the FHIR data store.

      Parameters:
      datastoreStatus - The status of the FHIR data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datastoreStatus

      CreateFhirDatastoreResponse.Builder datastoreStatus(DatastoreStatus datastoreStatus)

      The status of the FHIR data store.

      Parameters:
      datastoreStatus - The status of the FHIR data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datastoreEndpoint

      CreateFhirDatastoreResponse.Builder datastoreEndpoint(String datastoreEndpoint)

      The AWS endpoint for the created data store.

      Parameters:
      datastoreEndpoint - The AWS endpoint for the created data store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.