Interface DeleteFhirDatastoreResponse.Builder

    • Method Detail

      • datastoreId

        DeleteFhirDatastoreResponse.Builder datastoreId​(String datastoreId)

        The AWS-generated ID for the data store to be deleted.

        Parameters:
        datastoreId - The AWS-generated ID for the data store to be deleted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datastoreArn

        DeleteFhirDatastoreResponse.Builder datastoreArn​(String datastoreArn)

        The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.

        Parameters:
        datastoreArn - The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datastoreStatus

        DeleteFhirDatastoreResponse.Builder datastoreStatus​(String datastoreStatus)

        The status of the data store that the user has requested to be deleted.

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

        DeleteFhirDatastoreResponse.Builder datastoreStatus​(DatastoreStatus datastoreStatus)

        The status of the data store that the user has requested to be deleted.

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

        DeleteFhirDatastoreResponse.Builder datastoreEndpoint​(String datastoreEndpoint)

        The AWS endpoint for the data store the user has requested to be deleted.

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