Interface GetInstanceProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>,DeviceFarmResponse.Builder,SdkBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetInstanceProfileResponse
public static interface GetInstanceProfileResponse.Builder extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<GetInstanceProfileResponse.Builder,GetInstanceProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetInstanceProfileResponse.BuilderinstanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)An object that contains information about an instance profile.GetInstanceProfileResponse.BuilderinstanceProfile(InstanceProfile instanceProfile)An object that contains information about an instance profile.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
instanceProfile
GetInstanceProfileResponse.Builder instanceProfile(InstanceProfile instanceProfile)
An object that contains information about an instance profile.
- Parameters:
instanceProfile- An object that contains information about an instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceProfile
default GetInstanceProfileResponse.Builder instanceProfile(Consumer<InstanceProfile.Builder> instanceProfile)
An object that contains information about an instance profile.
This is a convenience method that creates an instance of theInstanceProfile.Builderavoiding the need to create one manually viaInstanceProfile.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinstanceProfile(InstanceProfile).- Parameters:
instanceProfile- a consumer that will call methods onInstanceProfile.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
instanceProfile(InstanceProfile)
-
-