Uses of Interface
software.amazon.awssdk.services.bedrock.model.UpdateGuardrailResponse.Builder
-
Packages that use UpdateGuardrailResponse.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of UpdateGuardrailResponse.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return UpdateGuardrailResponse.Builder Modifier and Type Method Description static UpdateGuardrailResponse.BuilderUpdateGuardrailResponse. builder()UpdateGuardrailResponse.BuilderUpdateGuardrailResponse.Builder. guardrailArn(String guardrailArn)The ARN of the guardrail.UpdateGuardrailResponse.BuilderUpdateGuardrailResponse.Builder. guardrailId(String guardrailId)The unique identifier of the guardrailUpdateGuardrailResponse.BuilderUpdateGuardrailResponse. toBuilder()UpdateGuardrailResponse.BuilderUpdateGuardrailResponse.Builder. updatedAt(Instant updatedAt)The date and time at which the guardrail was updated.UpdateGuardrailResponse.BuilderUpdateGuardrailResponse.Builder. version(String version)The version of the guardrail.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type UpdateGuardrailResponse.Builder Modifier and Type Method Description static Class<? extends UpdateGuardrailResponse.Builder>UpdateGuardrailResponse. serializableBuilderClass()
-