| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BucketOwnerAccess |
S3LogsConfig.bucketOwnerAccess()
Returns the value of the BucketOwnerAccess property for this object.
|
BucketOwnerAccess |
ProjectArtifacts.bucketOwnerAccess()
Returns the value of the BucketOwnerAccess property for this object.
|
BucketOwnerAccess |
BuildArtifacts.bucketOwnerAccess()
Returns the value of the BucketOwnerAccess property for this object.
|
static BucketOwnerAccess |
BucketOwnerAccess.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static BucketOwnerAccess |
BucketOwnerAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BucketOwnerAccess[] |
BucketOwnerAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<BucketOwnerAccess> |
BucketOwnerAccess.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
S3LogsConfig.Builder |
S3LogsConfig.Builder.bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
ProjectArtifacts.Builder |
ProjectArtifacts.Builder.bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
BuildArtifacts.Builder |
BuildArtifacts.Builder.bucketOwnerAccess(BucketOwnerAccess bucketOwnerAccess)
Sets the value of the BucketOwnerAccess property for this object.
|
Copyright © 2023. All rights reserved.