Interface DeleteFhirDatastoreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteFhirDatastoreResponse.Builder,DeleteFhirDatastoreResponse>,HealthLakeResponse.Builder,SdkBuilder<DeleteFhirDatastoreResponse.Builder,DeleteFhirDatastoreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteFhirDatastoreResponse
public static interface DeleteFhirDatastoreResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DeleteFhirDatastoreResponse.Builder,DeleteFhirDatastoreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteFhirDatastoreResponse.BuilderdatastoreArn(String datastoreArn)The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.DeleteFhirDatastoreResponse.BuilderdatastoreEndpoint(String datastoreEndpoint)The AWS endpoint for the data store the user has requested to be deleted.DeleteFhirDatastoreResponse.BuilderdatastoreId(String datastoreId)The AWS-generated ID for the data store to be deleted.DeleteFhirDatastoreResponse.BuilderdatastoreStatus(String datastoreStatus)The status of the data store that the user has requested to be deleted.DeleteFhirDatastoreResponse.BuilderdatastoreStatus(DatastoreStatus datastoreStatus)The status of the data store that the user has requested to be deleted.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
-