Interface DeleteIdentitySourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteIdentitySourceRequest.Builder,DeleteIdentitySourceRequest>,SdkBuilder<DeleteIdentitySourceRequest.Builder,DeleteIdentitySourceRequest>,SdkPojo,SdkRequest.Builder,VerifiedPermissionsRequest.Builder
- Enclosing class:
- DeleteIdentitySourceRequest
public static interface DeleteIdentitySourceRequest.Builder extends VerifiedPermissionsRequest.Builder, SdkPojo, CopyableBuilder<DeleteIdentitySourceRequest.Builder,DeleteIdentitySourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteIdentitySourceRequest.BuilderidentitySourceId(String identitySourceId)Specifies the ID of the identity source that you want to delete.DeleteIdentitySourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIdentitySourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteIdentitySourceRequest.BuilderpolicyStoreId(String policyStoreId)Specifies the ID of the policy store that contains the identity source that you want to delete.-
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
DeleteIdentitySourceRequest.Builder policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity source that you want to delete.
- Parameters:
policyStoreId- Specifies the ID of the policy store that contains the identity source that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identitySourceId
DeleteIdentitySourceRequest.Builder identitySourceId(String identitySourceId)
Specifies the ID of the identity source that you want to delete.
- Parameters:
identitySourceId- Specifies the ID of the identity source that you want to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteIdentitySourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteIdentitySourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-