Interface GetNetworkProfileResponse.Builder
-
- All Superinterfaces:
AlexaForBusinessResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetNetworkProfileResponse.Builder,GetNetworkProfileResponse>,SdkBuilder<GetNetworkProfileResponse.Builder,GetNetworkProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetNetworkProfileResponse
public static interface GetNetworkProfileResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkProfileResponse.Builder,GetNetworkProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetNetworkProfileResponse.BuildernetworkProfile(Consumer<NetworkProfile.Builder> networkProfile)The network profile associated with a device.GetNetworkProfileResponse.BuildernetworkProfile(NetworkProfile networkProfile)The network profile associated with a device.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
networkProfile
GetNetworkProfileResponse.Builder networkProfile(NetworkProfile networkProfile)
The network profile associated with a device.
- Parameters:
networkProfile- The network profile associated with a device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkProfile
default GetNetworkProfileResponse.Builder networkProfile(Consumer<NetworkProfile.Builder> networkProfile)
The network profile associated with a device.
This is a convenience method that creates an instance of theNetworkProfile.Builderavoiding the need to create one manually viaNetworkProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkProfile(NetworkProfile).- Parameters:
networkProfile- a consumer that will call methods onNetworkProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
networkProfile(NetworkProfile)
-
-