Interface DeleteAssistantAssociationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAssistantAssociationRequest.Builder,DeleteAssistantAssociationRequest>,SdkBuilder<DeleteAssistantAssociationRequest.Builder,DeleteAssistantAssociationRequest>,SdkPojo,SdkRequest.Builder,WisdomRequest.Builder
- Enclosing class:
- DeleteAssistantAssociationRequest
public static interface DeleteAssistantAssociationRequest.Builder extends WisdomRequest.Builder, SdkPojo, CopyableBuilder<DeleteAssistantAssociationRequest.Builder,DeleteAssistantAssociationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAssistantAssociationRequest.BuilderassistantAssociationId(String assistantAssociationId)The identifier of the assistant association.DeleteAssistantAssociationRequest.BuilderassistantId(String assistantId)The identifier of the Wisdom assistant.DeleteAssistantAssociationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAssistantAssociationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wisdom.model.WisdomRequest.Builder
build
-
-
-
-
Method Detail
-
assistantAssociationId
DeleteAssistantAssociationRequest.Builder assistantAssociationId(String assistantAssociationId)
The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantAssociationId- The identifier of the assistant association. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assistantId
DeleteAssistantAssociationRequest.Builder assistantId(String assistantId)
The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Parameters:
assistantId- The identifier of the Wisdom assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAssistantAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAssistantAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-