public static interface DescribeStackResourceDriftsRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DescribeStackResourceDriftsRequest.Builder,DescribeStackResourceDriftsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeStackResourceDriftsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned with a single call.
|
DescribeStackResourceDriftsRequest.Builder |
nextToken(String nextToken)
A string that identifies the next page of stack resource drift results.
|
DescribeStackResourceDriftsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeStackResourceDriftsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeStackResourceDriftsRequest.Builder |
stackName(String stackName)
The name of the stack for which you want drift information.
|
DescribeStackResourceDriftsRequest.Builder |
stackResourceDriftStatusFilters(Collection<StackResourceDriftStatus> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
DescribeStackResourceDriftsRequest.Builder |
stackResourceDriftStatusFilters(StackResourceDriftStatus... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
DescribeStackResourceDriftsRequest.Builder |
stackResourceDriftStatusFiltersWithStrings(Collection<String> stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
DescribeStackResourceDriftsRequest.Builder |
stackResourceDriftStatusFiltersWithStrings(String... stackResourceDriftStatusFilters)
The resource drift status values to use as filters for the resource drift results returned.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeStackResourceDriftsRequest.Builder stackName(String stackName)
The name of the stack for which you want drift information.
stackName - The name of the stack for which you want drift information.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 resources's actual configuration matches its expected template configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template
configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template
configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template
configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
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 resources's actual configuration matches its expected template
configuration.
NOT_CHECKED: AWS CloudFormation does not currently return this value.
DescribeStackResourceDriftsRequest.Builder nextToken(String nextToken)
A string that identifies the next page of stack resource drift results.
nextToken - A string that identifies the next page of stack resource drift results.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 NextToken value that you can assign to the
NextToken request parameter to get the next set of results.
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 NextToken value that you can assign to the
NextToken request parameter to get the next set of results.DescribeStackResourceDriftsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeStackResourceDriftsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.