Interface DescribeStackResourceDriftsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DescribeStackResourceDriftsRequest.Builder,,DescribeStackResourceDriftsRequest> SdkBuilder<DescribeStackResourceDriftsRequest.Builder,,DescribeStackResourceDriftsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DescribeStackResourceDriftsRequest
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to be returned with a single call.A string that identifies the next page of stack resource drift results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the stack for which you want drift information.stackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.stackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.stackResourceDriftStatusFiltersWithStrings(String... stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.stackResourceDriftStatusFiltersWithStrings(Collection<String> stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
stackName
The name of the stack for which you want drift information.
- Parameters:
stackName- The name of the stack for which you want drift information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackResourceDriftStatusFiltersWithStrings
DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFiltersWithStrings(Collection<String> stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
- Parameters:
stackResourceDriftStatusFilters- The resource drift status values to use as filters for the resource drift results returned.-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
stackResourceDriftStatusFiltersWithStrings
DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFiltersWithStrings(String... stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
- Parameters:
stackResourceDriftStatusFilters- The resource drift status values to use as filters for the resource drift results returned.-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
stackResourceDriftStatusFilters
DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
- Parameters:
stackResourceDriftStatusFilters- The resource drift status values to use as filters for the resource drift results returned.-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
stackResourceDriftStatusFilters
DescribeStackResourceDriftsRequest.Builder stackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters) The resource drift status values to use as filters for the resource drift results returned.
-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
- Parameters:
stackResourceDriftStatusFilters- The resource drift status values to use as filters for the resource drift results returned.-
DELETED: The resource differs from its expected template configuration in that the resource has been deleted. -
MODIFIED: One or more resource properties differ from their expected template values. -
IN_SYNC: The resource's actual configuration matches its expected template configuration. -
NOT_CHECKED: CloudFormation doesn't currently return this value.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
nextToken
A string that identifies the next page of stack resource drift results.
- Parameters:
nextToken- A string that identifies the next page of stack resource drift results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a
NextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Parameters:
maxResults- The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes aNextTokenvalue that you can assign to theNextTokenrequest parameter to get the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeStackResourceDriftsRequest.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
DescribeStackResourceDriftsRequest.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.
-