Interface DescribeStackResourceDriftsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFormationRequest.Builder,CopyableBuilder<DescribeStackResourceDriftsRequest.Builder,DescribeStackResourceDriftsRequest>,SdkBuilder<DescribeStackResourceDriftsRequest.Builder,DescribeStackResourceDriftsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeStackResourceDriftsRequest
public static interface DescribeStackResourceDriftsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeStackResourceDriftsRequest.Builder,DescribeStackResourceDriftsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStackResourceDriftsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned with a single call.DescribeStackResourceDriftsRequest.BuildernextToken(String nextToken)A string that identifies the next page of stack resource drift results.DescribeStackResourceDriftsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStackResourceDriftsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStackResourceDriftsRequest.BuilderstackName(String stackName)The name of the stack for which you want drift information.DescribeStackResourceDriftsRequest.BuilderstackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters)The resource drift status values to use as filters for the resource drift results returned.DescribeStackResourceDriftsRequest.BuilderstackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)The resource drift status values to use as filters for the resource drift results returned.DescribeStackResourceDriftsRequest.BuilderstackResourceDriftStatusFiltersWithStrings(String... stackResourceDriftStatusFilters)The resource drift status values to use as filters for the resource drift results returned.DescribeStackResourceDriftsRequest.BuilderstackResourceDriftStatusFiltersWithStrings(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
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest.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, sdkFields
-
-
-
-
Method Detail
-
stackName
DescribeStackResourceDriftsRequest.Builder stackName(String 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
DescribeStackResourceDriftsRequest.Builder nextToken(String 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
DescribeStackResourceDriftsRequest.Builder maxResults(Integer 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStackResourceDriftsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-