Interface DisassociateFeedResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DisassociateFeedResponse.Builder,,DisassociateFeedResponse> ElementalInferenceResponse.Builder,SdkBuilder<DisassociateFeedResponse.Builder,,DisassociateFeedResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DisassociateFeedResponse
@Mutable
@NotThreadSafe
public static interface DisassociateFeedResponse.Builder
extends ElementalInferenceResponse.Builder, SdkPojo, CopyableBuilder<DisassociateFeedResponse.Builder,DisassociateFeedResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the feed where you deleted the associated resource.The ARN of the resource that you deleted.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 ID of the feed where you deleted the associated resource.
- Parameters:
arn- The ID of the feed where you deleted the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The ARN of the resource that you deleted.
- Parameters:
id- The ARN of the resource that you deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-