Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.S3Location.Builder
-
Packages that use S3Location.Builder Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of S3Location.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return S3Location.Builder Modifier and Type Method Description S3Location.BuilderS3Location.Builder. bucketName(String bucketName)The name of an Amazon S3 bucket.static S3Location.BuilderS3Location. builder()S3Location.BuilderS3Location.Builder. objectKey(String objectKey)The key name of an object in Amazon S3.S3Location.BuilderS3Location. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.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.simspaceweaver.model with type arguments of type S3Location.Builder Modifier and Type Method Description default DescribeSimulationResponse.BuilderDescribeSimulationResponse.Builder. schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).default StartSimulationRequest.BuilderStartSimulationRequest.Builder. schemaS3Location(Consumer<S3Location.Builder> schemaS3Location)The location of the simulation schema in Amazon Simple Storage Service (Amazon S3).default DescribeSimulationResponse.BuilderDescribeSimulationResponse.Builder. snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)Sets the value of the SnapshotS3Location property for this object.default StartSimulationRequest.BuilderStartSimulationRequest.Builder. snapshotS3Location(Consumer<S3Location.Builder> snapshotS3Location)The location of the snapshot .zip file in Amazon Simple Storage Service (Amazon S3).
-