Interface UpdateOperatorAppIdpConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateOperatorAppIdpConfigResponse.Builder,,UpdateOperatorAppIdpConfigResponse> DevOpsAgentResponse.Builder,SdkBuilder<UpdateOperatorAppIdpConfigResponse.Builder,,UpdateOperatorAppIdpConfigResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateOperatorAppIdpConfigResponse
@Mutable
@NotThreadSafe
public static interface UpdateOperatorAppIdpConfigResponse.Builder
extends DevOpsAgentResponse.Builder, SdkPojo, CopyableBuilder<UpdateOperatorAppIdpConfigResponse.Builder,UpdateOperatorAppIdpConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the AgentSpaceSets the value of the Idp property for this object.idp(IdpAuthConfiguration idp) Sets the value of the Idp property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devopsagent.model.DevOpsAgentResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
agentSpaceId
The unique identifier of the AgentSpace
- Parameters:
agentSpaceId- The unique identifier of the AgentSpace- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idp
Sets the value of the Idp property for this object.- Parameters:
idp- The new value for the Idp property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idp
Sets the value of the Idp property for this object. This is a convenience method that creates an instance of theIdpAuthConfiguration.Builderavoiding the need to create one manually viaIdpAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidp(IdpAuthConfiguration).- Parameters:
idp- a consumer that will call methods onIdpAuthConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-