Uses of Interface
software.amazon.awssdk.services.finspace.model.CodeConfiguration.Builder
-
Packages that use CodeConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of CodeConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return CodeConfiguration.Builder Modifier and Type Method Description static CodeConfiguration.BuilderCodeConfiguration. builder()CodeConfiguration.BuilderCodeConfiguration.Builder. s3Bucket(String s3Bucket)A unique name for the S3 bucket.CodeConfiguration.BuilderCodeConfiguration.Builder. s3Key(String s3Key)The full S3 path (excluding bucket) to the .zip file.CodeConfiguration.BuilderCodeConfiguration.Builder. s3ObjectVersion(String s3ObjectVersion)The version of an S3 object.CodeConfiguration.BuilderCodeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type CodeConfiguration.Builder Modifier and Type Method Description static Class<? extends CodeConfiguration.Builder>CodeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type CodeConfiguration.Builder Modifier and Type Method Description default CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. code(Consumer<CodeConfiguration.Builder> code)The details of the custom code that you want to use inside a cluster when analyzing a data.default CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. code(Consumer<CodeConfiguration.Builder> code)The details of the custom code that you want to use inside a cluster when analyzing a data.default GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. code(Consumer<CodeConfiguration.Builder> code)The details of the custom code that you want to use inside a cluster when analyzing a data.default UpdateKxClusterCodeConfigurationRequest.BuilderUpdateKxClusterCodeConfigurationRequest.Builder. code(Consumer<CodeConfiguration.Builder> code)Sets the value of the Code property for this object.
-