Interface BatchListObjectPolicies.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchListObjectPolicies.Builder,,BatchListObjectPolicies> SdkBuilder<BatchListObjectPolicies.Builder,,BatchListObjectPolicies> SdkPojo
- Enclosing class:
BatchListObjectPolicies
public static interface BatchListObjectPolicies.Builder
extends SdkPojo, CopyableBuilder<BatchListObjectPolicies.Builder,BatchListObjectPolicies>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to retrieve.The pagination token.default BatchListObjectPolicies.BuilderobjectReference(Consumer<ObjectReference.Builder> objectReference) The reference that identifies the object whose attributes will be listed.objectReference(ObjectReference objectReference) The reference that identifies the object whose attributes will be listed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
objectReference
The reference that identifies the object whose attributes will be listed.
- Parameters:
objectReference- The reference that identifies the object whose attributes will be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
objectReference
default BatchListObjectPolicies.Builder objectReference(Consumer<ObjectReference.Builder> objectReference) The reference that identifies the object whose attributes will be listed.
This is a convenience method that creates an instance of theObjectReference.Builderavoiding the need to create one manually viaObjectReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toobjectReference(ObjectReference).- Parameters:
objectReference- a consumer that will call methods onObjectReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to retrieve.
- Parameters:
maxResults- The maximum number of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-