Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return S3Location.Builder Modifier and Type Method Description static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. s3Bucket(String s3Bucket)The Amazon S3 bucket where the data is located.S3Location.BuilderS3Location.Builder. s3Key(String s3Key)The Amazon S3 key where the data is located.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type S3Location.Builder Modifier and Type Method Description static Class<? extends S3Location.Builder>S3Location. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type S3Location.Builder Modifier and Type Method Description default CreatePlatformVersionRequest.BuilderCreatePlatformVersionRequest.Builder. platformDefinitionBundle(Consumer<S3Location.Builder> platformDefinitionBundle)The location of the platform definition archive in Amazon S3.default ApplicationVersionDescription.BuilderApplicationVersionDescription.Builder. sourceBundle(Consumer<S3Location.Builder> sourceBundle)The storage location of the application version's source bundle in Amazon S3.default CreateApplicationVersionRequest.BuilderCreateApplicationVersionRequest.Builder. sourceBundle(Consumer<S3Location.Builder> sourceBundle)The Amazon S3 bucket and key that identify the location of the source bundle for this version.
-