Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ABTestSummary.Builder
Packages that use ABTestSummary.Builder
-
Uses of ABTestSummary.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ABTestSummary.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the A/B test.The unique identifier of the A/B test.static ABTestSummary.BuilderABTestSummary.builder()The timestamp when the A/B test was created.ABTestSummary.Builder.description(String description) The description of the A/B test.ABTestSummary.Builder.executionStatus(String executionStatus) The execution status of the A/B test.ABTestSummary.Builder.executionStatus(ABTestExecutionStatus executionStatus) The execution status of the A/B test.ABTestSummary.Builder.gatewayArn(String gatewayArn) The Amazon Resource Name (ARN) of the gateway used for traffic splitting.The name of the A/B test.The current status of the A/B test.ABTestSummary.Builder.status(ABTestStatus status) The current status of the A/B test.ABTestSummary.toBuilder()The timestamp when the A/B test was last updated.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ABTestSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ABTestSummary.Builder>ABTestSummary.serializableBuilderClass()