Package com.oracle.bmc.identity.requests
Class UpdateIdentityProviderRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.requests.UpdateIdentityProviderRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<UpdateIdentityProviderRequest,UpdateIdentityProviderDetails>
 - Enclosing class:
- UpdateIdentityProviderRequest
 
 public static class UpdateIdentityProviderRequest.Builder extends Object implements BmcRequest.Builder<UpdateIdentityProviderRequest,UpdateIdentityProviderDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIdentityProviderRequest.Builderbody$(UpdateIdentityProviderDetails body)Alternative setter for the body parameter.UpdateIdentityProviderRequestbuild()Build the instance of UpdateIdentityProviderRequest as configured by this builderUpdateIdentityProviderRequestbuildWithoutInvocationCallback()Build the instance of UpdateIdentityProviderRequest as configured by this builderUpdateIdentityProviderRequest.Buildercopy(UpdateIdentityProviderRequest o)Copy method to populate the builder with values from the given instance.UpdateIdentityProviderRequest.BuilderidentityProviderId(String identityProviderId)The OCID of the identity provider.UpdateIdentityProviderRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.UpdateIdentityProviderRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.UpdateIdentityProviderRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.UpdateIdentityProviderRequest.BuilderupdateIdentityProviderDetails(UpdateIdentityProviderDetails updateIdentityProviderDetails)Request object for updating a identity provider.
 
- 
- 
- 
Method Detail- 
identityProviderIdpublic UpdateIdentityProviderRequest.Builder identityProviderId(String identityProviderId) The OCID of the identity provider.- Parameters:
- identityProviderId- the value to set
- Returns:
- this builder instance
 
 - 
updateIdentityProviderDetailspublic UpdateIdentityProviderRequest.Builder updateIdentityProviderDetails(UpdateIdentityProviderDetails updateIdentityProviderDetails) Request object for updating a identity provider.- Parameters:
- updateIdentityProviderDetails- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic UpdateIdentityProviderRequest.Builder ifMatch(String ifMatch) For optimistic concurrency control.In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value. - Parameters:
- ifMatch- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic UpdateIdentityProviderRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) Set the invocation callback for the request to be built.- Parameters:
- invocationCallback- the invocation callback to be set for the request
- Returns:
- this builder instance
 
 - 
retryConfigurationpublic UpdateIdentityProviderRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration) Set the retry configuration for the request to be built.- Parameters:
- retryConfiguration- the retry configuration to be used for the request
- Returns:
- this builder instance
 
 - 
copypublic UpdateIdentityProviderRequest.Builder copy(UpdateIdentityProviderRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<UpdateIdentityProviderRequest,UpdateIdentityProviderDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic UpdateIdentityProviderRequest build() Build the instance of UpdateIdentityProviderRequest as configured by this builderNote that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance. - Specified by:
- buildin interface- BmcRequest.Builder<UpdateIdentityProviderRequest,UpdateIdentityProviderDetails>
- Returns:
- instance of UpdateIdentityProviderRequest
 
 - 
body$public UpdateIdentityProviderRequest.Builder body$(UpdateIdentityProviderDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<UpdateIdentityProviderRequest,UpdateIdentityProviderDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic UpdateIdentityProviderRequest buildWithoutInvocationCallback() Build the instance of UpdateIdentityProviderRequest as configured by this builderNote that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of UpdateIdentityProviderRequest
 
 
- 
 
-