Interface ListGroupResourcesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>, SdkBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>, SdkPojo, SdkResponse.Builder, SyntheticsResponse.Builder
Enclosing class:
ListGroupResourcesResponse

public static interface ListGroupResourcesResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>
  • Method Details

    • resources

      An array of ARNs. These ARNs are for the canaries that are associated with the group.

      Parameters:
      resources - An array of ARNs. These ARNs are for the canaries that are associated with the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resources

      ListGroupResourcesResponse.Builder resources(String... resources)

      An array of ARNs. These ARNs are for the canaries that are associated with the group.

      Parameters:
      resources - An array of ARNs. These ARNs are for the canaries that are associated with the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token that indicates that there is more data available. You can use this token in a subsequent ListGroupResources operation to retrieve the next set of results.

      Parameters:
      nextToken - A token that indicates that there is more data available. You can use this token in a subsequent ListGroupResources operation to retrieve the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.