Interface AccountEnforcedGuardrailOutputConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountEnforcedGuardrailOutputConfiguration.Builder,,AccountEnforcedGuardrailOutputConfiguration> SdkBuilder<AccountEnforcedGuardrailOutputConfiguration.Builder,,AccountEnforcedGuardrailOutputConfiguration> SdkPojo
- Enclosing class:
AccountEnforcedGuardrailOutputConfiguration
@Mutable
@NotThreadSafe
public static interface AccountEnforcedGuardrailOutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<AccountEnforcedGuardrailOutputConfiguration.Builder,AccountEnforcedGuardrailOutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionUnique ID for the account enforced configuration.Timestamp.The ARN of the role used to update the configuration.guardrailArn(String guardrailArn) ARN representation for the guardrail.guardrailId(String guardrailId) Unique ID for the guardrail.guardrailVersion(String guardrailVersion) Numerical guardrail version.Whether to honor or ignore input tags at runtime.Whether to honor or ignore input tags at runtime.Configuration owner type.owner(ConfigurationOwner owner) Configuration owner type.Timestamp.The ARN of the role used to update the configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
configId
Unique ID for the account enforced configuration.
- Parameters:
configId- Unique ID for the account enforced configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailArn
ARN representation for the guardrail.
- Parameters:
guardrailArn- ARN representation for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guardrailId
Unique ID for the guardrail.
- Parameters:
guardrailId- Unique ID for the guardrail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputTags
Whether to honor or ignore input tags at runtime.
- Parameters:
inputTags- Whether to honor or ignore input tags at runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inputTags
Whether to honor or ignore input tags at runtime.
- Parameters:
inputTags- Whether to honor or ignore input tags at runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
guardrailVersion
Numerical guardrail version.
- Parameters:
guardrailVersion- Numerical guardrail version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
Timestamp.
- Parameters:
createdAt- Timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The ARN of the role used to update the configuration.
- Parameters:
createdBy- The ARN of the role used to update the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Timestamp.
- Parameters:
updatedAt- Timestamp.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The ARN of the role used to update the configuration.
- Parameters:
updatedBy- The ARN of the role used to update the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
Configuration owner type.
- Parameters:
owner- Configuration owner type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
owner
Configuration owner type.
- Parameters:
owner- Configuration owner type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-