Interface UpdateAnalyzerResponse.Builder
-
- All Superinterfaces:
AccessAnalyzerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAnalyzerResponse.Builder,UpdateAnalyzerResponse>,SdkBuilder<UpdateAnalyzerResponse.Builder,UpdateAnalyzerResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAnalyzerResponse
public static interface UpdateAnalyzerResponse.Builder extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalyzerResponse.Builder,UpdateAnalyzerResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAnalyzerResponse.Builderconfiguration(Consumer<AnalyzerConfiguration.Builder> configuration)Sets the value of the Configuration property for this object.UpdateAnalyzerResponse.Builderconfiguration(AnalyzerConfiguration configuration)Sets the value of the Configuration property for this object.-
Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
configuration
UpdateAnalyzerResponse.Builder configuration(AnalyzerConfiguration configuration)
Sets the value of the Configuration property for this object.- Parameters:
configuration- The new value for the Configuration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default UpdateAnalyzerResponse.Builder configuration(Consumer<AnalyzerConfiguration.Builder> configuration)
Sets the value of the Configuration property for this object. This is a convenience method that creates an instance of theAnalyzerConfiguration.Builderavoiding the need to create one manually viaAnalyzerConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(AnalyzerConfiguration).- Parameters:
configuration- a consumer that will call methods onAnalyzerConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(AnalyzerConfiguration)
-
-