Interface GetPlanResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPlanResponse.Builder,GetPlanResponse>,GlueResponse.Builder,SdkBuilder<GetPlanResponse.Builder,GetPlanResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPlanResponse
public static interface GetPlanResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetPlanResponse.Builder,GetPlanResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPlanResponse.BuilderpythonScript(String pythonScript)A Python script to perform the mapping.GetPlanResponse.BuilderscalaCode(String scalaCode)The Scala code to perform the mapping.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pythonScript
GetPlanResponse.Builder pythonScript(String pythonScript)
A Python script to perform the mapping.
- Parameters:
pythonScript- A Python script to perform the mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scalaCode
GetPlanResponse.Builder scalaCode(String scalaCode)
The Scala code to perform the mapping.
- Parameters:
scalaCode- The Scala code to perform the mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-