Class GetS3BucketValidationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.GetS3BucketValidationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetS3BucketValidationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getS3BucketValidation options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetS3BucketValidationOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bucketName()
Gets the bucketName.GetS3BucketValidationOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetS3BucketValidationOptions.Builder newBuilder()
New builder.- Returns:
- a GetS3BucketValidationOptions builder
-
bucketName
public java.lang.String bucketName()
Gets the bucketName. Name of the bucket to validate.- Returns:
- the bucketName
-
-