Interface EnableOperatorAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<EnableOperatorAppResponse.Builder,,EnableOperatorAppResponse> DevOpsAgentResponse.Builder,SdkBuilder<EnableOperatorAppResponse.Builder,,EnableOperatorAppResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
EnableOperatorAppResponse
@Mutable
@NotThreadSafe
public static interface EnableOperatorAppResponse.Builder
extends DevOpsAgentResponse.Builder, SdkPojo, CopyableBuilder<EnableOperatorAppResponse.Builder,EnableOperatorAppResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentSpaceId(String agentSpaceId) The unique identifier of the AgentSpaceSets the value of the Iam property for this object.iam(IamAuthConfiguration iam) Sets the value of the Iam property for this object.Sets the value of the Idc property for this object.idc(IdcAuthConfiguration idc) Sets the value of the Idc property for this object.Sets 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.
-
iam
Sets the value of the Iam property for this object.- Parameters:
iam- The new value for the Iam property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iam
Sets the value of the Iam property for this object. This is a convenience method that creates an instance of theIamAuthConfiguration.Builderavoiding the need to create one manually viaIamAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiam(IamAuthConfiguration).- Parameters:
iam- a consumer that will call methods onIamAuthConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idc
Sets the value of the Idc property for this object.- Parameters:
idc- The new value for the Idc property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idc
Sets the value of the Idc property for this object. This is a convenience method that creates an instance of theIdcAuthConfiguration.Builderavoiding the need to create one manually viaIdcAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidc(IdcAuthConfiguration).- Parameters:
idc- a consumer that will call methods onIdcAuthConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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:
-