Interface DeleteFhirDatastoreResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteFhirDatastoreResponse.Builder,,DeleteFhirDatastoreResponse> HealthLakeResponse.Builder,SdkBuilder<DeleteFhirDatastoreResponse.Builder,,DeleteFhirDatastoreResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteFhirDatastoreResponse
@Mutable
@NotThreadSafe
public static interface DeleteFhirDatastoreResponse.Builder
extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DeleteFhirDatastoreResponse.Builder,DeleteFhirDatastoreResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatastoreArn(String datastoreArn) The Amazon Resource Name (ARN) that grants access permission to HealthLake.datastoreEndpoint(String datastoreEndpoint) The Amazon Web Services endpoint of the data store to be deleted.datastoreId(String datastoreId) The Amazon Web Services-generated ID for the deleted data store.datastoreStatus(String datastoreStatus) The data store status.datastoreStatus(DatastoreStatus datastoreStatus) The data store status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
datastoreId
The Amazon Web Services-generated ID for the deleted data store.
- Parameters:
datastoreId- The Amazon Web Services-generated ID for the deleted data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreArn
The Amazon Resource Name (ARN) that grants access permission to HealthLake.
- Parameters:
datastoreArn- The Amazon Resource Name (ARN) that grants access permission to HealthLake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datastoreStatus
The data store status.
- Parameters:
datastoreStatus- The data store status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datastoreStatus
The data store status.
- Parameters:
datastoreStatus- The data store status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datastoreEndpoint
The Amazon Web Services endpoint of the data store to be deleted.
- Parameters:
datastoreEndpoint- The Amazon Web Services endpoint of the data store to be deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-