Interface CreateFhirDatastoreResponse.Builder

    • Method Detail

      • 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.
      • 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.