Interface BatchGetLifecyclePolicyResponse.Builder

    • Method Detail

      • lifecyclePolicyDetails

        BatchGetLifecyclePolicyResponse.Builder lifecyclePolicyDetails​(Collection<LifecyclePolicyDetail> lifecyclePolicyDetails)

        A list of lifecycle policies matched to the input policy name and policy type.

        Parameters:
        lifecyclePolicyDetails - A list of lifecycle policies matched to the input policy name and policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecyclePolicyDetails

        BatchGetLifecyclePolicyResponse.Builder lifecyclePolicyDetails​(LifecyclePolicyDetail... lifecyclePolicyDetails)

        A list of lifecycle policies matched to the input policy name and policy type.

        Parameters:
        lifecyclePolicyDetails - A list of lifecycle policies matched to the input policy name and policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecyclePolicyErrorDetails

        BatchGetLifecyclePolicyResponse.Builder lifecyclePolicyErrorDetails​(Collection<LifecyclePolicyErrorDetail> lifecyclePolicyErrorDetails)

        A list of lifecycle policy names and policy types for which retrieval failed.

        Parameters:
        lifecyclePolicyErrorDetails - A list of lifecycle policy names and policy types for which retrieval failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecyclePolicyErrorDetails

        BatchGetLifecyclePolicyResponse.Builder lifecyclePolicyErrorDetails​(LifecyclePolicyErrorDetail... lifecyclePolicyErrorDetails)

        A list of lifecycle policy names and policy types for which retrieval failed.

        Parameters:
        lifecyclePolicyErrorDetails - A list of lifecycle policy names and policy types for which retrieval failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.