| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Bucket.Builder |
Bucket.Builder.ableToUpdateBundle(Boolean ableToUpdateBundle)
Indicates whether the bundle that is currently applied to a bucket can be changed to another bundle.
|
Bucket.Builder |
Bucket.Builder.accessLogConfig(BucketAccessLogConfig accessLogConfig)
An object that describes the access log configuration for the bucket.
|
default Bucket.Builder |
Bucket.Builder.accessLogConfig(Consumer<BucketAccessLogConfig.Builder> accessLogConfig)
An object that describes the access log configuration for the bucket.
|
Bucket.Builder |
Bucket.Builder.accessRules(AccessRules accessRules)
An object that describes the access rules of the bucket.
|
default Bucket.Builder |
Bucket.Builder.accessRules(Consumer<AccessRules.Builder> accessRules)
An object that describes the access rules of the bucket.
|
Bucket.Builder |
Bucket.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the bucket.
|
static Bucket.Builder |
Bucket.builder() |
Bucket.Builder |
Bucket.Builder.bundleId(String bundleId)
The ID of the bundle currently applied to the bucket.
|
Bucket.Builder |
Bucket.Builder.createdAt(Instant createdAt)
The timestamp when the distribution was created.
|
default Bucket.Builder |
Bucket.Builder.location(Consumer<ResourceLocation.Builder> location)
An object that describes the location of the bucket, such as the Amazon Web Services Region and Availability
Zone.
|
Bucket.Builder |
Bucket.Builder.location(ResourceLocation location)
An object that describes the location of the bucket, such as the Amazon Web Services Region and Availability
Zone.
|
Bucket.Builder |
Bucket.Builder.name(String name)
The name of the bucket.
|
Bucket.Builder |
Bucket.Builder.objectVersioning(String objectVersioning)
Indicates whether object versioning is enabled for the bucket.
|
Bucket.Builder |
Bucket.Builder.readonlyAccessAccounts(Collection<String> readonlyAccessAccounts)
An array of strings that specify the Amazon Web Services account IDs that have read-only access to the
bucket.
|
Bucket.Builder |
Bucket.Builder.readonlyAccessAccounts(String... readonlyAccessAccounts)
An array of strings that specify the Amazon Web Services account IDs that have read-only access to the
bucket.
|
Bucket.Builder |
Bucket.Builder.resourcesReceivingAccess(Collection<ResourceReceivingAccess> resourcesReceivingAccess)
An array of objects that describe Lightsail instances that have access to the bucket.
|
Bucket.Builder |
Bucket.Builder.resourcesReceivingAccess(Consumer<ResourceReceivingAccess.Builder>... resourcesReceivingAccess)
An array of objects that describe Lightsail instances that have access to the bucket.
|
Bucket.Builder |
Bucket.Builder.resourcesReceivingAccess(ResourceReceivingAccess... resourcesReceivingAccess)
An array of objects that describe Lightsail instances that have access to the bucket.
|
Bucket.Builder |
Bucket.Builder.resourceType(String resourceType)
The Lightsail resource type of the bucket (for example,
Bucket). |
Bucket.Builder |
Bucket.Builder.state(BucketState state)
An object that describes the state of the bucket.
|
default Bucket.Builder |
Bucket.Builder.state(Consumer<BucketState.Builder> state)
An object that describes the state of the bucket.
|
Bucket.Builder |
Bucket.Builder.supportCode(String supportCode)
The support code for a bucket.
|
Bucket.Builder |
Bucket.Builder.tags(Collection<Tag> tags)
The tag keys and optional values for the bucket.
|
Bucket.Builder |
Bucket.Builder.tags(Consumer<Tag.Builder>... tags)
The tag keys and optional values for the bucket.
|
Bucket.Builder |
Bucket.Builder.tags(Tag... tags)
The tag keys and optional values for the bucket.
|
Bucket.Builder |
Bucket.toBuilder() |
Bucket.Builder |
Bucket.Builder.url(String url)
The URL of the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Bucket.Builder> |
Bucket.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBucketResponse.Builder |
UpdateBucketResponse.Builder.bucket(Consumer<Bucket.Builder> bucket)
An object that describes the bucket that is updated.
|
default CreateBucketResponse.Builder |
CreateBucketResponse.Builder.bucket(Consumer<Bucket.Builder> bucket)
An object that describes the bucket that is created.
|
Copyright © 2022. All rights reserved.