Interface DisassociateFeedRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateFeedRequest.Builder,,DisassociateFeedRequest> ElementalInferenceRequest.Builder,SdkBuilder<DisassociateFeedRequest.Builder,,DisassociateFeedRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisassociateFeedRequest
@Mutable
@NotThreadSafe
public static interface DisassociateFeedRequest.Builder
extends ElementalInferenceRequest.Builder, SdkPojo, CopyableBuilder<DisassociateFeedRequest.Builder,DisassociateFeedRequest>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedResourceName(String associatedResourceName) The name of the resource currently associated with the feed.Set to true if you want to do a dry run of the disassociate action.The ID of the feed where you want to release the resource.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elementalinference.model.ElementalInferenceRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The ID of the feed where you want to release the resource.
- Parameters:
id- The ID of the feed where you want to release the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associatedResourceName
The name of the resource currently associated with the feed.
- Parameters:
associatedResourceName- The name of the resource currently associated with the feed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
Set to true if you want to do a dry run of the disassociate action.
Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions. If the dry run fails, the action returns a 4xx error code.
- Parameters:
dryRun- Set to true if you want to do a dry run of the disassociate action.Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions. If the dry run fails, the action returns a 4xx error code.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateFeedRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateFeedRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-