Interface DisassociateResourceTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConfigRequest.Builder,CopyableBuilder<DisassociateResourceTypesRequest.Builder,DisassociateResourceTypesRequest>,SdkBuilder<DisassociateResourceTypesRequest.Builder,DisassociateResourceTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateResourceTypesRequest
public static interface DisassociateResourceTypesRequest.Builder extends ConfigRequest.Builder, SdkPojo, CopyableBuilder<DisassociateResourceTypesRequest.Builder,DisassociateResourceTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateResourceTypesRequest.BuilderconfigurationRecorderArn(String configurationRecorderArn)The Amazon Resource Name (ARN) of the specified configuration recorder.DisassociateResourceTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateResourceTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateResourceTypesRequest.BuilderresourceTypes(Collection<ResourceType> resourceTypes)The list of resource types you want to remove from the recording group of the specified configuration recorder.DisassociateResourceTypesRequest.BuilderresourceTypes(ResourceType... resourceTypes)The list of resource types you want to remove from the recording group of the specified configuration recorder.DisassociateResourceTypesRequest.BuilderresourceTypesWithStrings(String... resourceTypes)The list of resource types you want to remove from the recording group of the specified configuration recorder.DisassociateResourceTypesRequest.BuilderresourceTypesWithStrings(Collection<String> resourceTypes)The list of resource types you want to remove from the recording group of the specified configuration recorder.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.config.model.ConfigRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
configurationRecorderArn
DisassociateResourceTypesRequest.Builder configurationRecorderArn(String configurationRecorderArn)
The Amazon Resource Name (ARN) of the specified configuration recorder.
- Parameters:
configurationRecorderArn- The Amazon Resource Name (ARN) of the specified configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
DisassociateResourceTypesRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)
The list of resource types you want to remove from the recording group of the specified configuration recorder.
- Parameters:
resourceTypes- The list of resource types you want to remove from the recording group of the specified configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
DisassociateResourceTypesRequest.Builder resourceTypesWithStrings(String... resourceTypes)
The list of resource types you want to remove from the recording group of the specified configuration recorder.
- Parameters:
resourceTypes- The list of resource types you want to remove from the recording group of the specified configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
DisassociateResourceTypesRequest.Builder resourceTypes(Collection<ResourceType> resourceTypes)
The list of resource types you want to remove from the recording group of the specified configuration recorder.
- Parameters:
resourceTypes- The list of resource types you want to remove from the recording group of the specified configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypes
DisassociateResourceTypesRequest.Builder resourceTypes(ResourceType... resourceTypes)
The list of resource types you want to remove from the recording group of the specified configuration recorder.
- Parameters:
resourceTypes- The list of resource types you want to remove from the recording group of the specified configuration recorder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateResourceTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateResourceTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-