Interface ListGroupResourcesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListGroupResourcesResponse.Builder,
,ListGroupResourcesResponse> SdkBuilder<ListGroupResourcesResponse.Builder,
,ListGroupResourcesResponse> SdkPojo
,SdkResponse.Builder
,SyntheticsResponse.Builder
- Enclosing class:
ListGroupResourcesResponse
@Mutable
@NotThreadSafe
public static interface ListGroupResourcesResponse.Builder
extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupResourcesResponse.Builder,ListGroupResourcesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA token that indicates that there is more data available.An array of ARNs.resources
(Collection<String> resources) An array of ARNs.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsResponse.Builder
build, responseMetadata, responseMetadata
-
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
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 subsequentListGroupResources
operation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-