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 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 NextToken value that you can assign to the NextToken request 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 a NextToken value that you can assign to the NextToken request parameter to get the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.