Uses of Interface
software.amazon.awssdk.services.apptest.model.CreateCloudFormationStepOutput.Builder
-
Packages that use CreateCloudFormationStepOutput.Builder Package Description software.amazon.awssdk.services.apptest.model -
-
Uses of CreateCloudFormationStepOutput.Builder in software.amazon.awssdk.services.apptest.model
Methods in software.amazon.awssdk.services.apptest.model that return CreateCloudFormationStepOutput.Builder Modifier and Type Method Description static CreateCloudFormationStepOutput.BuilderCreateCloudFormationStepOutput. builder()CreateCloudFormationStepOutput.BuilderCreateCloudFormationStepOutput.Builder. exports(Map<String,String> exports)The exports of the CloudFormation step output.CreateCloudFormationStepOutput.BuilderCreateCloudFormationStepOutput.Builder. stackId(String stackId)The stack ID of the CloudFormation step output.CreateCloudFormationStepOutput.BuilderCreateCloudFormationStepOutput. toBuilder()Methods in software.amazon.awssdk.services.apptest.model that return types with arguments of type CreateCloudFormationStepOutput.Builder Modifier and Type Method Description static Class<? extends CreateCloudFormationStepOutput.Builder>CreateCloudFormationStepOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apptest.model with type arguments of type CreateCloudFormationStepOutput.Builder Modifier and Type Method Description default CreateCloudFormationSummary.BuilderCreateCloudFormationSummary.Builder. stepOutput(Consumer<CreateCloudFormationStepOutput.Builder> stepOutput)The step output of the CloudFormation summary.
-