Interface UpdateAnalyzerResponse.Builder
- All Superinterfaces:
AccessAnalyzerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAnalyzerResponse.Builder,,UpdateAnalyzerResponse> SdkBuilder<UpdateAnalyzerResponse.Builder,,UpdateAnalyzerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAnalyzerResponse
@Mutable
@NotThreadSafe
public static interface UpdateAnalyzerResponse.Builder
extends AccessAnalyzerResponse.Builder, SdkPojo, CopyableBuilder<UpdateAnalyzerResponse.Builder,UpdateAnalyzerResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateAnalyzerResponse.Builderconfiguration(Consumer<AnalyzerConfiguration.Builder> configuration) Sets the value of the Configuration property for this object.configuration(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, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
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:
-