Class ListBucketsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringLimits the response to buckets that are located in the specified Amazon Web Services Region.static ListBucketsRequest.Builderbuilder()final StringContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerMaximum number of buckets to be returned in response.final Stringprefix()Limits the response to bucket names that begin with the specified bucket name prefix.static Class<? extends ListBucketsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
maxBuckets
Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
- Returns:
- Maximum number of buckets to be returned in response. When the number is more than the count of buckets that are owned by an Amazon Web Services account, return all the buckets in response.
-
continuationToken
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No.
If you specify the
bucket-region,prefix, orcontinuation-tokenquery parameters without usingmax-bucketsto set the maximum number of buckets returned in the response, Amazon S3 applies a default page size of 10,000 and provides a continuation token if there are more buckets.- Returns:
ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.ContinuationTokenis obfuscated and is not a real key. You can use thisContinuationTokenfor pagination of the list results.Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No.
If you specify the
bucket-region,prefix, orcontinuation-tokenquery parameters without usingmax-bucketsto set the maximum number of buckets returned in the response, Amazon S3 applies a default page size of 10,000 and provides a continuation token if there are more buckets.
-
prefix
Limits the response to bucket names that begin with the specified bucket name prefix.
- Returns:
- Limits the response to bucket names that begin with the specified bucket name prefix.
-
bucketRegion
Limits the response to buckets that are located in the specified Amazon Web Services Region. The Amazon Web Services Region must be expressed according to the Amazon Web Services Region code, such as
us-west-2for the US West (Oregon) Region. For a list of the valid values for all of the Amazon Web Services Regions, see Regions and Endpoints.Requests made to a Regional endpoint that is different from the
bucket-regionparameter are not supported. For example, if you want to limit the response to your buckets in Regionus-west-2, the request must be made to an endpoint in Regionus-west-2.- Returns:
- Limits the response to buckets that are located in the specified Amazon Web Services Region. The Amazon
Web Services Region must be expressed according to the Amazon Web Services Region code, such as
us-west-2for the US West (Oregon) Region. For a list of the valid values for all of the Amazon Web Services Regions, see Regions and Endpoints.Requests made to a Regional endpoint that is different from the
bucket-regionparameter are not supported. For example, if you want to limit the response to your buckets in Regionus-west-2, the request must be made to an endpoint in Regionus-west-2.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest> - Specified by:
toBuilderin classS3Request
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-