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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGroupResourcesResponse.BuildernextToken(String nextToken)A token that indicates that there is more data available.ListGroupResourcesResponse.Builderresources(String... resources)An array of ARNs.ListGroupResourcesResponse.Builderresources(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, 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 Detail
-
resources
ListGroupResourcesResponse.Builder resources(Collection<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.
-
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
ListGroupResourcesResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroupResourcesoperation 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 subsequentListGroupResourcesoperation to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-