Class ListBucketsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.s3.model.S3Request
-
- software.amazon.awssdk.services.s3.model.ListBucketsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBucketsRequest extends S3Request implements ToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBucketsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketRegion()Limits the response to buckets that are located in the specified Amazon Web Services Region.static ListBucketsRequest.Builderbuilder()StringcontinuationToken()ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxBuckets()Maximum number of buckets to be returned in response.Stringprefix()Limits the response to bucket names that begin with the specified bucket name prefix.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListBucketsRequest.Builder>serializableBuilderClass()ListBucketsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxBuckets
public final Integer 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
public final String 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
public final String 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
public final String 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
public ListBucketsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBucketsRequest.Builder,ListBucketsRequest>- Specified by:
toBuilderin classS3Request
-
builder
public static ListBucketsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBucketsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-