Interface AssociateFeedResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AssociateFeedResponse.Builder,,AssociateFeedResponse> ElementalInferenceResponse.Builder,SdkBuilder<AssociateFeedResponse.Builder,,AssociateFeedResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
AssociateFeedResponse
@Mutable
@NotThreadSafe
public static interface AssociateFeedResponse.Builder
extends ElementalInferenceResponse.Builder, SdkPojo, CopyableBuilder<AssociateFeedResponse.Builder,AssociateFeedResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS ARN for this association.An ID for this response.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 AWS ARN for this association.
- Parameters:
arn- The AWS ARN for this association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
An ID for this response. It is unique in Elemental Inference for this AWS account.
- Parameters:
id- An ID for this response. It is unique in Elemental Inference for this AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-