Interface UpdatePolicyStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdatePolicyStoreRequest.Builder,UpdatePolicyStoreRequest>,SdkBuilder<UpdatePolicyStoreRequest.Builder,UpdatePolicyStoreRequest>,SdkPojo,SdkRequest.Builder,VerifiedPermissionsRequest.Builder
- Enclosing class:
- UpdatePolicyStoreRequest
public static interface UpdatePolicyStoreRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<UpdatePolicyStoreRequest.Builder,UpdatePolicyStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdatePolicyStoreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePolicyStoreRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePolicyStoreRequest.BuilderpolicyStoreId(String policyStoreId)Specifies the ID of the policy store that you want to updatedefault UpdatePolicyStoreRequest.BuildervalidationSettings(Consumer<ValidationSettings.Builder> validationSettings)A structure that defines the validation settings that want to enable for the policy store.UpdatePolicyStoreRequest.BuildervalidationSettings(ValidationSettings validationSettings)A structure that defines the validation settings that want to enable for the policy store.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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.services.verifiedpermissions.model.VerifiedPermissionsRequest.Builder
build
-
-
-
-
Method Detail
-
policyStoreId
UpdatePolicyStoreRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that you want to update
- Parameters:
policyStoreId- Specifies the ID of the policy store that you want to update- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationSettings
UpdatePolicyStoreRequest.Builder validationSettings(ValidationSettings validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
- Parameters:
validationSettings- A structure that defines the validation settings that want to enable for the policy store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationSettings
default UpdatePolicyStoreRequest.Builder validationSettings(Consumer<ValidationSettings.Builder> validationSettings)
A structure that defines the validation settings that want to enable for the policy store.
This is a convenience method that creates an instance of theValidationSettings.Builderavoiding the need to create one manually viaValidationSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalidationSettings(ValidationSettings).- Parameters:
validationSettings- a consumer that will call methods onValidationSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
validationSettings(ValidationSettings)
-
overrideConfiguration
UpdatePolicyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePolicyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-