Interface DeleteDictionaryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteDictionaryResponse.Builder,,DeleteDictionaryResponse> ElementalInferenceResponse.Builder,SdkBuilder<DeleteDictionaryResponse.Builder,,DeleteDictionaryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteDictionaryResponse
@Mutable
@NotThreadSafe
public static interface DeleteDictionaryResponse.Builder
extends ElementalInferenceResponse.Builder, SdkPojo, CopyableBuilder<DeleteDictionaryResponse.Builder,DeleteDictionaryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the deleted dictionary.The ID of the deleted dictionary.The status of the dictionary after deletion.status(DictionaryStatus status) The status of the dictionary after deletion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceResponse.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
-
arn
The ARN of the deleted dictionary.
- Parameters:
arn- The ARN of the deleted dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ID of the deleted dictionary.
- Parameters:
id- The ID of the deleted dictionary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the dictionary after deletion.
- Parameters:
status- The status of the dictionary after deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the dictionary after deletion.
- Parameters:
status- The status of the dictionary after deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-