Interface ListResourcesInProtectionGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListResourcesInProtectionGroupResponse.Builder,ListResourcesInProtectionGroupResponse>,SdkBuilder<ListResourcesInProtectionGroupResponse.Builder,ListResourcesInProtectionGroupResponse>,SdkPojo,SdkResponse.Builder,ShieldResponse.Builder
- Enclosing class:
- ListResourcesInProtectionGroupResponse
public static interface ListResourcesInProtectionGroupResponse.Builder extends ShieldResponse.Builder, SdkPojo, CopyableBuilder<ListResourcesInProtectionGroupResponse.Builder,ListResourcesInProtectionGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourcesInProtectionGroupResponse.BuildernextToken(String nextToken)When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes aNextTokenvalue in the response.ListResourcesInProtectionGroupResponse.BuilderresourceArns(String... resourceArns)The Amazon Resource Names (ARNs) of the resources that are included in the protection group.ListResourcesInProtectionGroupResponse.BuilderresourceArns(Collection<String> resourceArns)The Amazon Resource Names (ARNs) of the resources that are included in the protection group.-
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.shield.model.ShieldResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
resourceArns
ListResourcesInProtectionGroupResponse.Builder resourceArns(Collection<String> resourceArns)
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
- Parameters:
resourceArns- The Amazon Resource Names (ARNs) of the resources that are included in the protection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArns
ListResourcesInProtectionGroupResponse.Builder resourceArns(String... resourceArns)
The Amazon Resource Names (ARNs) of the resources that are included in the protection group.
- Parameters:
resourceArns- The Amazon Resource Names (ARNs) of the resources that are included in the protection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListResourcesInProtectionGroupResponse.Builder nextToken(String nextToken)
When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes a
NextTokenvalue in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the
MaxResultssetting. Shield Advanced will not return more thanMaxResultsobjects, but may return fewer, even if more objects are still available.Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a
NextTokenvalue.- Parameters:
nextToken- When you request a list of objects from Shield Advanced, if the response does not include all of the remaining available objects, Shield Advanced includes aNextTokenvalue in the response. You can retrieve the next batch of objects by requesting the list again and providing the token that was returned by the prior call in your request.You can indicate the maximum number of objects that you want Shield Advanced to return for a single call with the
MaxResultssetting. Shield Advanced will not return more thanMaxResultsobjects, but may return fewer, even if more objects are still available.Whenever more objects remain that Shield Advanced has not yet returned to you, the response will include a
NextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-