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